Hacker News new | ask | show | jobs
by mikerg87 1566 days ago
I usually learn the test framework and then write a test demonstrating language every feature. As I go along and learn libs I add tests for each little thing. I did with c#, ruby, and js. Also made me really proficient at unit testing
1 comments

That’s such a brilliant idea. Thank you for sharing.