blairfrandeen / 2022-AoC

Wherein I pretend I learned anythign at all about programming int he last year
0 stars 1 forks source link

Add unit tests for completed puzzles #9

Open blairfrandeen opened 1 year ago

blairfrandeen commented 1 year ago

Completed puzzles should have unit tests associated with them, ideally called from the main.rs module or a separate tests module. Useful in case of refactoring down the road, and generally just good practice.