Thread: documentation
View Single Post
  #3 (permalink)  
Old 02-03-2008, 10:15 AM
tim's Avatar
tim tim is offline
Senior Member
 
Join Date: Dec 2007
Location: South Africa
Posts: 334
tim is on a distinguished road
Programming method
Hello mcal and CaptainMorgan

Quote:
Originally Posted by mcal
i have to write in the program implementation method
In the context of this clause, I would think that it is expected of mcal to document the method (technique) of how he\she programmed the project. For example:
  1. What level of polymorphism was used?
  2. What data structures was used?
  3. Does the program use threads?
  4. How does it use streams for local or networked communication?
It's up to mcal how much information he\she can give. In my grade 12 project I created a 3D modeling program in Delphi. My documentation was 70 pages long and my teacher told me that they had no other choice, but to give me 100%. This was because my project could not be compared equally to those of the other students. Overkill

Good luck with your project mcal!
__________________
If your ship has not come in yet then build a lighthouse.

Last edited by tim : 02-03-2008 at 10:18 AM.
Reply With Quote