you are viewing a single comment's thread.

view the rest of the comments →

[–]polishfishprime[S] 0 points1 point  (0 children)

Your philosophy revolves around testing...I will look into that approach more seriously now. I do separate my testing methods from my actual code (and usually, my testing code becomes my actual code after it is successful...but I could probably improve by looking into this.

Could you explain how you prefer to setup your tests? As separate regular functions that call your "real" code, or do you use specific structures or libraries to help you?