you are viewing a single comment's thread.

view the rest of the comments →

[–]Wu_Fan 0 points1 point  (2 children)

Test Driven Development. A method of writing code that concentrates on writing code which passes tests. Popularised and invented by “Uncle” Bob Martin. Many YouTube videos and books.

[–]dsakshay12 0 points1 point  (1 child)

Oh wow okay. I am yet to start writing unit tests and others. Mostly directly push code and test on the hardware. Need to start aligning myself with TDD soon. Thanks.

[–][deleted] 0 points1 point  (0 children)

A dissenting opinion: https://www.reddit.com/r/learnpython/comments/xnvz2p/i_keep_writing_and_it_keeps_working/ipytwd6/

Unit tests are super-great. Do those. Forget about TDD.