MarineB210 / calculator-cucumber-2024

This repository is used for teaching purposes at the University of Mons. It contains Java code for computing arithmetic expressions. The code uses design patterns and is accompanied with JavaDoc, unit tests and BDD scenarios. We have also paid particular attention to code quality.
2 stars 1 forks source link

Merge the UI to the calculator #17

Closed MarineB210 closed 6 months ago

MarineB210 commented 6 months ago

The UI has been designed and implemented. Now we need to merge it to the main branch