Many of the the classes/ideas/methods are hopelessly intermingled within one another making it very hard to make one change in just one location to change the functionality of the code. It also makes in very hard to follow. A simple example is the inputdata method where calls are made to many points of data which are not near the method itself.
High Priority
Many of the the classes/ideas/methods are hopelessly intermingled within one another making it very hard to make one change in just one location to change the functionality of the code. It also makes in very hard to follow. A simple example is the inputdata method where calls are made to many points of data which are not near the method itself.
High Priority