tech/webdev magazine

February 25, 2015

Charlax — Maslow's pyramid of code review

Wednesday, February 25, 2015 Teklinks

As in Maslow’s pyramid, each layer requires the previous one. It is useless for code that is charging the wrong customer to be readable. Code should be: Correct - does the code do what it’s supposed to? Does it handle edge cases? Is it adequately tested to make sure that it stays correct even when other engineers modify it? Is it performant enough for this use case?

Full article