Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 403 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 403 Bytes

TDD_SIMPLE_CALCULATOR

A simple project to demonstrate TDD

The Project is developed using TDD techniques using JUnit and Java 8. All the requirements mentioned in the link ("https://osherove.com/tdd-kata-1") are implemented in an incremental way.

To verify how the project progresses, please check History of commits done. Each Commit has a small description describing the changes that took place.