Ticket #30 (closed task: fixed)
Opened 2010-02-19T15:03:14-06:00
Last modified 2011-02-16T13:14:18-06:00
Investigate dependency injection and other technologies for modular code structure
Reported by: | curtis | Owned by: | gharris |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | non-issue | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
As we develop the ImageJ class hierarchy, we should be aware of design patterns that help us to produce more modular, maintainable code. A dependency injection approach with a tool like Guice may assist with that, including easier testing.