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 […]

Unit tests

Unit tests give faster feedback that allows to catch issues on an early stage – thus again reducing development costs on the whole software lifecycle. We as Nexgen consider Unit Tests as an effective tool to develop high quality software. For experienced developers, Unit Tests don’t take them time away … they even accelerate the […]