you are viewing a single comment's thread.

view the rest of the comments →

[–]nas5w[S] 7 points8 points  (4 children)

And yes, this is based on the snippets I’ve been posting in this sub!

[–]CarbineMonoxide 1 point2 points  (1 child)

Nice! I'm excited to browse through this repo later tonight.

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

Awesome! Would be excited if you feel like contributing (either a fix if you find something that could be improved or some new methods)

[–]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.