Testing 1o1: Don't test private methods
I can't stress this enough. You should never, NEVER, come to the point where you have to change the access modifier, just to test a function.
Why?
private methods can change their signature
classes that call those private methods can change their s...
royalzsoftware.hashnode.dev2 min read