Thanks a lot, great and unique video for youtube ;) PS. - could not find any other short, but detailed like this one.
@luisperis60642 ай бұрын
Thanks for this video Adam!
@shivankkunwar966910 ай бұрын
a bigger text size of the code screen would be better good video anyways
@bitsnbotsai6 ай бұрын
I know I'm late but thanks for the feedback
@JlNGLEZ8 ай бұрын
I disagree completely around aiming for 100% coverage, you mentioned the "goal of your test and other developers is to understand the code", no.... it's to ensure the application functions as expected, aiming for close to 100% coverage (i aim for 95%) ensures that a small change in one part of the application most likely won't break another part of the application because you've not written enough tests...
@bitsnbotsai6 ай бұрын
I didn't mention aiming for 100%. I mentioned that 80% is standard. You'd go higher for more critical applications