Closed
Description
There are lots of maintenance benefits to tracking solutions in the master branch. I'll make that conversion after #140 and #144 are merged, and if there are no objections.
The plan is to:
- Keep solutions in
test/no-peeking/Solutions.purs
- Track a blank
test/MySolutions.purs
- In
test/Main.purs
:- Import both
Test.NoPeeking.Solutions
andTest.MySolutions
- Start with all exercises uncommented
- This will enable easy CI
- Import both
Then instruct readers to:
- Delete the
import module Test.NoPeeking.Solutions
line - Block-comment all tests
- Add their solutions to
Test.MySolutions.purs
- Uncomment tests as they solve each exercise
This new process makes things a bit more annoying for readers by adding steps 1 and 2.
Metadata
Metadata
Assignees
Labels
No labels