Michaelzanussi.com header image

Posts under ‘methodologies’

The Development Abstraction Layer

Joel Spolsky wrote a nice article about development abstraction, a management concept I’m guessing he dreamed up which he believes is key to a running successful software shop. It is much like data abstraction in the OOP world, where implementation details are hidden from the consumers of a class, providing only a well-defined interface, so [...]