I normally do not care about counting lines of code, or numbers of classes, or numbers of pages of documentation. To me: once the documentation is clear, it is complete. I don't care if it is twice as many pages as someone else, or half the pages of someone else. The exception of course, is when writing something that has a fixed word limit.
However since you asked, I will try and count them
[andrewm@andrewm scjd]$ wc -l README.txt
414 README.txt
[andrewm@andrewm scjd]$ echo $((414/66))
6
So, assuming 66 lines per page, we get 6 pages for my README.txt file.
My DesignChoices.html file was in html format (we were allowed this in the old assignment). Loading that into my word processor shows 11 pages.
My user documentation totalled 19 pages (roughly 2 pages for each major screen, plus additional pages for modules as a whole). Also in html format.
By the way, I am constantly accused of writing too much (just look at how long any of my posts are )
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
Did your design desisions writing help you to write amswers on written exam quicker and easier?
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
I have a small query regarding my submission for the Java Developer's assignment. The assignment specifies that the submission should include a design decision justifications document. How much is appropriate to write for this? I considered writing more than less to be on the safe side, however i do not wish to write more than is appropriate, or less for that matter. Can i be given a clue as to how many words is typically expected. How much should be written for each design decision documented?
>Finally, this question also applies to the user documentation (not the readme.txt file).
>
> Thanks for your time
Don't go overboard on this. We're just looking for something simple ... a few sentences on each major decision.
[SCJP, SCJD]
"I'm not back." - Bill Harding, Twister
No, you can safely assume that I (and others) dont know when to stop.Originally posted by Lucy Sommerman:
hmm..so we can safely assume that my page and a half is woefully inadequate...
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
Anton Golovin (anton.golovin@gmail.com) SCJP, SCJD, SCBCD, SCWCD, OCEJWSD, SCEA/OCMJEA [JEE certs from Sun/Oracle]
Talk sense to a fool and he calls you foolish. -Euripides A foolish tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|