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

Split MountainRange into MountainRangeBasic #11

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

frozenfrank
Copy link
Contributor

@frozenfrank frozenfrank commented Jan 10, 2025

Resolves #8.

Provides a much simpler version of MountainRange that more closely parallels what is required of students from Phase 1.

Link to MountainRangeBasic sequence diagram.

@frozenfrank frozenfrank self-assigned this Jan 10, 2025
@frozenfrank frozenfrank added the enhancement New feature or request label Jan 10, 2025
- Remove header_size calculations
- Remove ability to configure default_dt
@frozenfrank frozenfrank changed the title 8 split mountain range into basic Split MountainRange into MountainRangeBasic Jan 10, 2025
@paigeid-orc
Copy link
Contributor

I think I'm actually against creating the MountainRangeBasic file. If students can't figure out C++ enough to know what's needed or not they aren't going to do well in the course. It should be "harder" so they drop if needed. It also forces them to read all the code instead of copy/paste/tweak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split MountainRange into a MountainRangeBasic that represents only the Phase 1 code
2 participants