Tuesday, July 13, 2010

What is solid code?

Solid code is code that:

  • Is easy to read and easy to maintain;
  • Is reusable by you and by others;
  • Performs as expected, each time.

No comments: