Skip to main content

Home/ Coders/ Group items tagged proverb

Rss Feed Group items tagged

vikramsjn

Programming Proverbs - Computer Science Teacher - Thoughts and Information from Alfred ... - 0 views

  • Interesting comment about IntelliSense encouraging a bottom-up approach. I think that is true if you start with programming and not with design. What I mean by that is that some people create their design in code rather than working out the full design before starting to code. I think that if you create a design using a top down approach it takes longer to get to the building blocks. that is frustrating to many, especially students, but in the long run results in a much better design. With a complete design in place one does know what the little blocks of code will be at least from the standpoint of names and interfaces. Creating those little blocks early on in the programming is fine as long as the design is complete
  •  
    very good and useful list of properly arranged proverbs
vikramsjn

Programming Proverbs 20: Provide good documentation - Computer Science Teacher - Though... - 0 views

  • the minimum documentation for a piece of code is the list and description of: inputs - names, types and purposes outputs -  types being the most important piece algorithm descriptions
  • The old line is that the job is not done until the paperwork is done. For programming documentation is the paperwork.
  • My axim is write documentation ONLY when it hurts to not have it
1 - 2 of 2
Showing 20 items per page