Cleanup and added todo's

This commit is contained in:
James Cole
2014-12-12 16:22:16 +01:00
parent 136adbe723
commit 7350b1da1b
2 changed files with 66 additions and 70 deletions

View File

@@ -6,6 +6,10 @@ use FireflyIII\Shared\Preferences\PreferencesInterface as Pref;
/**
* Class BudgetController
*
* TODO move AJAX methods to their own BudgetAjaxControlle
* TODO Find out what constitutes proper camelCase
* TODO How is object coupling counted?
*
* @SuppressWarnings("CamelCase")
* @SuppressWarnings("TooManyMethods")
* @SuppressWarnings("CouplingBetweenObjects")