Test-driven-development

For complex requests, we start developing with unit test classes. Once done, we develop the core classes against those unit test classes.At Nexgen, we are convinced that this approach drives the design of the development. The developer has to think in smaller units, which leads to more modularized code, also mocking up of objects leads […]