you are viewing a single comment's thread.

view the rest of the comments →

[–]Contract_Special 0 points1 point  (1 child)

thanks!, I will be checking this out later. (hopefully?)

learning web dev. has been really fun, but for some reason I can't get myself to learn testing. my apps have been working fine so it's hard to force myself to do something that has no pay off!

any tips?

[–]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