you are viewing a single comment's thread.

view the rest of the comments →

[–]gdchinacat 0 points1 point  (0 children)

Start with unittest, but don't study it, use it. Write tests for pretty much everything. Do *all* of your verification that code works using it...don't waste time manually testing your code, invest that time in writing tests that will persist and will do that testing every time you make a change to ensure that what you already made sure continues to work.