Wednesday, March 16, 2011

SCRUM, one of agile methodologies


Keyword: iterative, incremental
Reference:
http://en.wikipedia.org/wiki/Scrum_%28development%29

Good code is cheap code

  •    Plan your code to be cheap:
    • Use patterns where they are going to be beneficial and will save you time;
    • Ignore the patterns that will not (e.g. when was the last time you ported a system to a different DB?);
    • Use frameworks where appropriate to speed up development;




  • Refactor when required, don’t get ahead of yourself;





  • http://www.geekm.ag/Archive/Good_code_is_cheap_code

    Tuesday, March 15, 2011