LemaireEmilien / 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.
0 stars 0 forks source link

Code quality: Maven Build CodeQL Codacy Badge Quality Gate Status

Test coverage: Coverage Branches

Calculating arithmetic expressions

About

This repository contains Java code for computing arithmetic expressions. It is deliberately incomplete as it serves to be the basis of all kinds of extensions, such as a more sophisticated Calculator application. The code was written to be used for educational purposes at the University of Mons, Belgium in the context of the software evolution course.

Unit testing and BDD

Prerequisites

Installation and testing instructions

Test coverage and JavaDoc reporting

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Contributors

Licence

This code is licensed as CC BY-SA 4.0 (Creative Commons Attribution-ShareAlike 4.0 International) https://creativecommons.org/licenses/by-sa/4.0/

Acknowledgments