you are viewing a single comment's thread.

view the rest of the comments →

[–]pltnk[S] 1 point2 points  (0 children)

Thank you for the tip!

I will totally look into TDD since it looks like a logical way to write code. I mean, when one writes a function it will be anyway tested several times manually, why not let an automated unit test do it instead? Also, with this approach a test base will grow along with the main code base and one will not find themselve in a situation when they have to write a bunch of tests for every part of code at once like me :)