Hacker News new | ask | show | jobs
by teddyuk 2334 days ago
I can’t help thinking that notebooks would be less relevant if people embraced unit testing more
1 comments

I don’t think they are very related, aside from both being useful.

I use primarily for doing stepwise development. I also use them for a decent way to see the output of my code, usually tables and charts.

I have unit tests for the various modules and classes created.