-
Notifications
You must be signed in to change notification settings - Fork 0
refactor to use Page logic #489
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The
error_outvariable is declared withletbut doesn't need reassignment. It could be declared withconstat the point where it's assigned. Consider refactoring to throw the error directly at each error point rather than assigning to a variable first, which would be clearer and more idiomatic.
Originally posted by @Copilot in #431
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers