Wednesday, September 19, 2007

[notes] fundamental steps

Thinking in the programs, the fundamental steps as follows:
0. data-use's guarantee and verify: null or boundary check,
1. data or status's store and recovery
2. loop condition
3. iterator former
4. input parameter's immutability and side-effect-avoiding

No comments: