CodeNewbie Community 🌱

Discussion on: The Simplest Case for Unit Tests: Pure Functions

Collapse
 
jacobvarney profile image
jacobvarney

This is great, thanks Marcin!

When you talk about unit tests as being a potential onboarding tool, what do you think of writing unit tests for open source repositories as a way to learn software written by others?

Collapse
 
marcinwosinek profile image
Marcin Wosinek

That sounds like an excellent idea. Finding a right repo & managing to something merged there could be challenging, though.