Tuesday, December 1, 2015

Programming Principles

List of Programming Principles Here.
  • KISS: Keep it simple stupid.
  • YANGI: You aren't gonna need it. Don't implement something until it is necessary.
  • Do The Simplest Thing That Could Possibly Work.
  • Keep things DRY
  • Code for maintainer
  • Avoid Premature Optimization
  • Minimise Coupling


0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home