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

Exercise: calculator #165

Merged
merged 2 commits into from
Feb 5, 2025
Merged

Exercise: calculator #165

merged 2 commits into from
Feb 5, 2025

Conversation

listochkin
Copy link
Member

Port of an older exercise with reworked structure that addresses issues I've been running into with groups in past two years.

The help text and a step by step solution promote the use of ? as a default error handling option.

A step by step solution also mentions Rust Analyzer commands that people new to Rust would greatly benefit from.

Copy link

cloudflare-workers-and-pages bot commented Jan 31, 2025

Deploying ferrous-systems-rust-exercises with  Cloudflare Pages  Cloudflare Pages

Latest commit: ad7a538
Status: ✅  Deploy successful!
Preview URL: https://13d43526.ferrous-systems-rust-exercises.pages.dev
Branch Preview URL: https://calculator-exercise.ferrous-systems-rust-exercises.pages.dev

View logs

Copy link
Member

@jonathanpallant jonathanpallant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of spelling nits, and a few questions, but otherwise good to go. Very happy to see this arrive!

exercise-book/src/calculator.md Outdated Show resolved Hide resolved
exercise-book/src/calculator.md Outdated Show resolved Hide resolved
exercise-book/src/calculator.md Show resolved Hide resolved
exercise-book/src/calculator.md Outdated Show resolved Hide resolved
exercise-book/src/calculator.md Show resolved Hide resolved
Port of an older exercise with reworked structure that addresses issues I've been running into with groups in past two years.

The help text and a step by step solution promote the use of `?` as a default error handling option.

A step by step solution also mentions Rust Analyzer commands that people new to Rust would greatly benefit from.
I decided not to change the solution.
The stretch goals would probably be done as homework.
@jonathanpallant jonathanpallant merged commit 8fb58dc into main Feb 5, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants