More notes from Code Complete by Steve McConnell
A working routine isn't enough. If you don't know why it works, study it, discuss it and experiment with alternative designs until you do.
PPP: Pseudocode Programming Process is a useful tool for detailed design and makes coding easy. Pseudocode translates directly to comments that are useful and accurate.
Persistence defined: the life span of a piece of data.

0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home