tommens/calculator-cucumber
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.
JavaGPL-3.0
Issues
- 0
[BUG] empty
#216 opened by natarajan-chidambaram - 0
[FEATURE] REST API
#120 opened by tommens - 0
[FEATURE] Calculator with memory functionality
#45 opened by tommens - 0
- 0
[FEATURE] Web-based GUI for calculator
#121 opened by tommens - 0
[FEATURE] Java-based GUI for calculator
#4 opened by tommens - 0
[FEATURE] More kinds of arithmetic operations
#47 opened by tommens - 0
[FEATURE] Suporting real numbers
#48 opened by tommens - 0
[FEATURE] Adding conversions of measurement units
#42 opened by tommens - 0
[FEATURE] Supporting Boolean logic
#49 opened by tommens - 2
just trying
#174 opened by tommens - 0
- 1
[BUG] This is a bug
#138 opened by tommens - 0
[FEATURE] Expression parser
#119 opened by tommens - 0
Use GitHub Actions to automating testing, quality analysis and code/test coverage when new commits or pull requests are received
#38 opened by tommens - 1
Use JUnit5 for cucumber tests
#79 opened by tommens - 1
Upgrade to Java SE 17 LTS release
#60 opened by tommens - 1
Incomplete JavaDoc
#61 opened by tommens - 1
separation of test code in distinct package(s)
#35 opened by tommens - 0
[FEATURE] Support for complex numbers
#5 opened by tommens - 0
- 0
[FEATURE] Supporting rational numbers
#46 opened by tommens - 0
[FEATURE] Support for function manipulation
#44 opened by tommens - 0
[FEATURE] Time computations
#43 opened by tommens - 0
- 0
[Refactor] Move pre-/post-/infix output printing functionality to Visitor design pattern
#41 opened by tommens - 0
[BUG] integer division by zero
#40 opened by tommens - 1
Supporting modular arithmetics
#8 opened by tommens - 1
Adding a random number generator
#20 opened by tommens - 1
Different number formats and representations
#11 opened by tommens - 0
- 2
Adding base conversions
#23 opened by DamienLegay