Tag Archives: TDD

Test driven development

Test driven development is an important and valued part of agile practices. In test drivenĀ  development (in short TDD) developers first write tests for new functionality (e.g. a class) and later they implement it. The order is crucial and I … Continue reading

Posted in Java, Software development practices | Tagged , , , , | 2 Comments