Thursday 18 October 2012

Coding Tips


Beauty Is in Simplicity


•      Beauty of style and harmony and grace and good rhythm depends on simplicity.
  • Readability
  • Maintainability
  • Speed of development
  • The elusive quality of beauty
  • Reusability
Refactoring

•Avoid Long blocks of code
•Remove Duplication
•Avoid multiple boolean expressions
•Remove Inconsistent or uninformative names
•Don't Provide Objects exposing their internal state
•Avoid Long sequences of conditions


Quotes : -->
“It’s ridiculous to live 100 years and only be able to remember 30 million bytes.  You know, less than a compact disc.  The human condition is really becoming more obsolete every minute.”
(Marvin Minsky)
“Controlling complexity is the essence of computer programming.”
(Brian Kernigan)
“The function of good software is to make the complex appear to be simple.”
(Grady Booch)
 “Good code is its own best documentation.”
(Steve McConnell)

No comments:

Post a Comment