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

Simple rewrite #15

Merged
merged 24 commits into from
Dec 2, 2023
Merged

Simple rewrite #15

merged 24 commits into from
Dec 2, 2023

Conversation

dnlgrv
Copy link
Owner

@dnlgrv dnlgrv commented Dec 2, 2023

Revisiting this gem's code after a year was difficult to look at, so I decided to do a quick rewrite of everything that matters and get it all up to speed again.

Nothing significant has changed, except the gem is a little more "dumb" now instead of trying to catch edge cases or if you've skipped setup steps.

  • Configuration is gone
  • Solution methods have been renamed from #part1 and #part2 to #part_1 and #part_2 respectively
  • Input is loaded into your solutions using #text_input, previously #load_input
  • advent generate has been renamed to advent new

@dnlgrv dnlgrv merged commit 2209459 into main Dec 2, 2023
3 checks passed
@dnlgrv dnlgrv deleted the simple-rewrite branch December 2, 2023 22:38
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.

1 participant