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

Update State::advance_time to be less indented #1070

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. Update State::advance_time to be less indented

    Following @goxberry's PR review on #1057 this PR attempts to remove the
    heavy indentation in State::advance_time. Property tests from #1066 still
    pass, so I'd say that was solid feedback. The code flows nicer now.
    
    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    bf07a6d View commit details
    Browse the repository at this point in the history
  2. add a File::new to tidy up more

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e428e0d View commit details
    Browse the repository at this point in the history