Elisabitao / honeycrm

Automatically exported from code.google.com/p/honeycrm
0 stars 0 forks source link

reduce overall dto* code size by at least 10% #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the current implementation of client side dtos and server side domain classes 
is too verbose and not maintenance-friendly.
- reduce dto code size
- simplify adding of new dtos
- reduce duplicate code between dtos and domain classes

Original issue reported on code.google.com by ingo.jae...@gmail.com on 1 Jul 2010 at 4:06

GoogleCodeExporter commented 9 years ago

Original comment by ingo.jae...@gmail.com on 1 Jul 2010 at 4:07

GoogleCodeExporter commented 9 years ago

Original comment by ingo.jae...@gmail.com on 2 Jul 2010 at 8:29

GoogleCodeExporter commented 9 years ago
still have to get all features working again after this giant refactoring 
thing..

Original comment by ingo.jae...@gmail.com on 2 Jul 2010 at 10:28

GoogleCodeExporter commented 9 years ago
after a giant refactoring and bugfixing code size has been reduced by about 16% 
(1550 lines). code is now much easier to maintain and developers do not have to 
write boilerplate code anymore when adding / updating domain classes.

Original comment by ingo.jae...@gmail.com on 2 Jul 2010 at 4:58