| Author |
How many classes/interfaces per project ?
|
Mihai Radulescu
Ranch Hand
Joined: Sep 18, 2003
Posts: 912
|
|
Hallo, How many classes/interfaces per project ? The specification are clear :
A clear design, such as will be readily understood by junior programmers, will be preferred to a complex one, even if the complex one is a little more efficient. Code complexity, including nesting depth, argument passing, and the number of classes and interfaces, should be reasonable.
But how "junior" are the junior programmers ?
|
SCJP, SCJD, SCWCD
|
 |
Wei-ju Wu
Ranch Hand
Joined: Feb 16, 2005
Posts: 147
|
|
Hi Mihai, I just passed my exam and published the statistics for my assignment. I think the number of classes/interfaces should be within the normal range: Assignment stats
But how "junior" are the junior programmers ?
Well every developer has been a junior once in his life I guess - I know that I used to be very junior Cheers, Wei-ju [ May 25, 2005: Message edited by: Wei-ju Wu ]
|
"The UrlyBird catches the certificate. And he's gonna FlyByNight"<br /> <br />SCJP 1.2/5.0, SCJD, SCBCD, SCWCD, SCEA
|
 |
Mihai Radulescu
Ranch Hand
Joined: Sep 18, 2003
Posts: 912
|
|
|
Tanks!
|
 |
 |
|
|
subject: How many classes/interfaces per project ?
|
|
|