-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #139: remove util/Config (and then util/Map)
- Removed util/Config and util/Map (because only util/Config depended on it) and unit tests - Side effect: mvc/Model depended on Config, but only to get the apiRoot in Model#getApiURL. We now do that in project-specfic Service classes, so I removed that method. - Side effect: mvc/Application depended on Config, which it passed to Application#beforeInit for subclasses to override. My line of thinking is that subclasses can load this themselves.
- Loading branch information
Showing
6 changed files
with
4 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.