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

High readability of code

In times of shared code and quick handovers, the high readability of code is even more important than ever before. Due to our enthusiasm of software developing, the clean code comes by itself and test code is like an executable documentation of the application.