martignoni / codeswarm

Automatically exported from code.google.com/p/codeswarm
GNU General Public License v3.0
1 stars 0 forks source link

Refactor the code_swarm class to be more readable and maintainable #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The code_swarm.java class is trying to do too much right now: managing the 
graphics generation, controlling data flow, housing the Event entity 
classes. There should be a separation of concern between these elements. I 
have started a branch (/branches/refactor) to try and clean up this class 
into separate, smaller, more maintainable classes.

Original issue reported on code.google.com by tj.pi...@gmail.com on 19 Apr 2009 at 3:29