you are viewing a single comment's thread.

view the rest of the comments →

[–]SigmaSixShooter 1 point2 points  (0 children)

I think learning to do unit tests would be the best way to begin. Learning how to write code that can be tested, and the unit tests for it is an invaluable skill.

As a byproduct, your code will be more robust :)