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

Phase out if?-else(?) #1652

Merged

Conversation

drkameleon
Copy link
Collaborator

Description

...

Fixes #1247

Type of change

  • Code cleanup
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (documentation-related additions)

@drkameleon drkameleon added the experimental Experimental PRs (may be completely abandoned; or maybe not...) label Jun 14, 2024
@drkameleon drkameleon changed the title Phase out if?-else(?) EXPERIMENT: Phase out if?-else(?) Jun 14, 2024
@github-actions github-actions bot added documentation Improvements or additions to documentation rosetta code Issues and PRs related to Rosetta Code snippets labels Aug 16, 2024
@github-actions github-actions bot added the library Issues related to the standard library label Aug 16, 2024
@github-actions github-actions bot added the unit-test Unit tests label Aug 17, 2024
@drkameleon drkameleon changed the title EXPERIMENT: Phase out if?-else(?) Phase out if?-else(?) Aug 17, 2024
@drkameleon drkameleon changed the base branch from master to introduce-new-`choose`-stdlib-function August 17, 2024 11:21
@drkameleon
Copy link
Collaborator Author

Ready to (sub-)merge! 🚀

@drkameleon drkameleon merged commit 30c7021 into introduce-new-`choose`-stdlib-function Aug 17, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation experimental Experimental PRs (may be completely abandoned; or maybe not...) library Issues related to the standard library rosetta code Issues and PRs related to Rosetta Code snippets unit-test Unit tests
Projects
Development

Successfully merging this pull request may close these issues.

Chained conditionals: how they work, how they *should* work and how we can optimize them
1 participant