Hi Guy's, I've jsut completed the code and the javadoc but I came across this line in the spec <p>
Design decisions should be clearly but briefly described in your comments.
Now, does this mean in the design doc or in the actual code comments (javadoc)? Any opinions and advice greatfully accepted.
Adam Roberts
Ranch Hand
Joined: Mar 18, 2002
Posts: 71
posted
0
More in the design.txt than anything. Javadoc simply tells what each method does, although placing mention of notable design decisions in the javadoc certainly doesnt hurt anything.
Adam Roberts - SCJP2, SCJD<br />insert witty something here