rdmenezes / qmast

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

Split code into libraries #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the present state, and how to test for the problem?
1. Right now there are 2300 lines of code in alpha5
2. This is very unmanageable, especially for new people who dont know about 
it's (questionable) organization and what each function does

Suggestions on how this should be fixed? Or links to resources/references?
1.Split the code into libraries, each library has it's own file
2.This will require some planning about what are global, local, private, public 
variables and functions

Original issue reported on code.google.com by cdmblair@gmail.com on 17 Apr 2011 at 2:25