forked from gspd-unesp/ispd
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
refactorRefactoring and re-engineering the implementationRefactoring and re-engineering the implementationstandardizationStandardization of the code and its documentationStandardization of the code and its documentation
Description
Resources (such as images, dtd & html files) are gathered and used very liberally in the application, making it very difficult to determine which resources are actually used, and where.
It would be incalculably better to abstract away resource fetching and usage, and their paths as well.
This could also aid future testing, since this "ResourceManager
" concept could be mocked.
Furthermore, once this concept is introduced and used the application, moving resources to the standard folder will become trivially easy. (See #7)
Metadata
Metadata
Assignees
Labels
refactorRefactoring and re-engineering the implementationRefactoring and re-engineering the implementationstandardizationStandardization of the code and its documentationStandardization of the code and its documentation