Ordering solution

This commit is contained in:
Mau Di Bert 2019-01-31 06:39:14 -03:00 committed by GitHub
parent 38e1bb5c52
commit 7a14b004cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,3 +34,6 @@ The task consists of two parts.
- No brackets or complex expressions in this task.
- The numbers and the operator are delimited with exactly one space.
- There may be error handling if you'd like to add it.
- Please note how methods are stored. They are simply added to the internal object.
- All tests and numeric conversions are done in the `calculate` method. In future it may be extended to support more complex expressions.