Does anyone use the save-to-MYSQL feature in the java version, or use the
XML serialization? While neat features, they clutter up the code and
create more code paths. I’m leaning towards simply removing them
from the build, though leaving the feature in the code generator
if people want to do that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone use the save-to-MYSQL feature in the java version, or use the
XML serialization? While neat features, they clutter up the code and
create more code paths. I’m leaning towards simply removing them
from the build, though leaving the feature in the code generator
if people want to do that.
Does anyone use the save-to-MYSQL feature in the java version, or use the
XML serialization? While neat features, they clutter up the code and
create more code paths. I’m leaning towards simply removing them
from the build, though leaving the feature in the code generator
if people want to do that.
I like that idea Don. Less is more (code, dependencies, etc)!
On Sat, Dec 19, 2015, 23:50 Don McGregor mcgredo@users.sf.net wrote: