Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 6: Add description property containing sequence of operands and operations #6

Closed
petervanhoef opened this issue Mar 19, 2017 · 0 comments
Labels

Comments

@petervanhoef
Copy link
Owner

Add a String property to your CalculatorBrain called description which returns a description of the sequence of operands and operations that led to the value returned by result (or the result so far if resultIsPending). The character = (the equals sign) should never appear in this description, nor should ... (ellipses).

petervanhoef pushed a commit that referenced this issue Mar 24, 2017
@petervanhoef petervanhoef changed the title Task 6 Task 6: Add description property containing sequence of operands and operations Mar 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant