Until lately, I read this sentence from title of a sub-chapter on a book called "Code Complete" by Steve McConnell. Currently I read only 170 pages from 850 pages of the book, but no doubt, this is one of the best book I ever read. If you are a programmer, you better read this book. :)
Here's the list that the book wrote:
- Reduce complexity
- Avoid duplicate code
- Support sub classing
- Hide sequences
- Hide pointer operations
- Improve portability
- Simplify complicated boolean tests
- Improve performance
There's description for every point stated above in the book, and I couldn't agree more with the list. So buy the BOOK. Thanks Steve for the knowledge. :)


No comments:
Post a Comment