Tag Archives: software development

The Mythical Man Month

Managing Software Development Projects In today’s world, more and more managers find themselves having to manage an impromptu software project. It usually starts by a need identified by a “hobbyist” colleague, who realizes that they can solve a problem by … Continue reading

Posted in Business, Technology | Tagged | Leave a comment

Try loose coupling in your code

Ever ran into the issue of a developer making a change in the code with ripple effects?  Once that happens, you have to institute more comprehensive regression tests throughout the system, hoping to avoid such ripple effects in the future.  … Continue reading

Posted in Technology | Tagged , , , | Leave a comment