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

[DOCUMENTATION] Add and modify current Javadoc #25

Closed MarineB210 closed 5 months ago

MarineB210 commented 6 months ago

Issue The current Javadoc is wrong and some part of the codes are not documented.

Classification Improvement and addition of documentation

MarineB210 commented 5 months ago

I wrote some Javadoc for my personal extension (Boolean algebra)

SamuelSVG commented 5 months ago

Javadoc is now complete for the common calculator and the time operations extension