- Removing all singletons - even Loggers. Unfortunately, Log4J and other logging packages all use singletons, so this is not completely possible unless I replace the entire logging package.
- Ensuring that the serialization mechanism uses constructor based object initialization rather than retrieving state after construction.
- Above enables the use of final fields in many objects, allowing them to be immutable.
Tuesday, March 31, 2009
Delayed release
The next BETA release of SimpleDBM has been delayed due to my desire to re-factor some of the code. The re-factoring has been focused on following:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment