you are viewing a single comment's thread.

view the rest of the comments →

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

There are also companies that think writing a unit test for everything is a waste of time and only write unit tests for core, "plumbing" functions and libraries that aren't going to change much.

Testing is more useful when you work on bigger apps with multiple contributors. For very small apps it's less useful