Merge pull request #775 from maurodibert/patch-24

Ordering solution
This commit is contained in:
Ilya Kantor 2019-02-01 22:30:00 +03:00 committed by GitHub
commit 0510f30f31
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.