Archive for April 1st, 2014
Musings on The Mythical Man-Month Chapter 1
Posted by Kyle Lexmond in Personal, Programming on April 1, 2014
Summary of the chapter: Growing a program A standalone product, running on the dev’s environment, is cheap. It gets expensive if: You make it generic, such that it can be extended by other people. This means you have to document it, testing it (unit tests!), and maintain it. You make it part of a larger […]