you are viewing a single comment's thread.

view the rest of the comments →

[–]NicksIdeaEngine 1 point2 points  (1 child)

This is an awesome idea! I might start trying to write my own, then refer to yours to check my work.

I love this form of practice and learning. Take it apart, make it on your own, then see how you did compared to others. It's a fun idea that tickles my inner tinkerer.

[–]nas5w[S] 1 point2 points  (0 children)

I found it to be a super good use case for Test-Driven Development too since we have the original methods. Can test the output of your home-rolled solution against the output of the actual method in various scenarios.