Hi, I am just wondering the size of the project. According to Sun's website, 3500 LoCs for the whole project is the reasonable and mean size. I've almost finished writing the codes for the assignment but the size of my assignment is only 1500 LoCs. Am I not doing enough? I did not dynamically read meta-data of database file though. I need your advice please.
ANd also the GUI codes are a lot because I decide to have a controller for each view. I have 4 views - configuration interface for each application mode, and a main window shared by network client and stand alone mode.
Should I just use one controller for all view?
This message was edited 1 time. Last update was at by Allan Cheong
've almost finished writing the codes for the assignment but the size of my assignment is only 1500 LoCs. Am I not doing enough?
No need to worry about it, champion! The thing is, you have to solve a problem. 3500 LoC is enough for this assignment, but you know... one thing I learned is, the less code you write, the better. So, if you are able to solve this assignment with 1500, that's A-OK!
Should I just use one controller for all view?
Hum... as far as I can tell, your current approach is correct. Always try to code object-oriented. It looks like only one controller would be more procedural (unless it is a Front Controller! ).
@Roberto: Ah... Just to be sure, I have to read up what is Front Controller now.
@Roel: You know I read your post about your experience in the SCJD exam and I was amazed by the precise LoC in your assignment. Just trying to follow the assignment size and hopefully to get a better score