Bob Roberts
Bob Roberts
I haven't seen any instructions on how this project is built but judging by the lack of either a pom.xml or a build.xml file, I would hazard that it is...
Right now the bulk of the project exists in one directory. This is fine for the current project size but will inhibit growth in the future. Enhancements like tests (Issue...
With the complex parsing taking place, I feel that there would be a real benefit to adding unit tests. This would help reassure a developer (especially one just getting started...
Right now, html for the pages is constructed using string concatenation. Not only can this be expensive but it makes handling issues and enhancements on the page more difficult than...