Code center > Solved Bugs
Yet another overflow bug from Testlund
Peter:
Like in the sense of defensive programming. The mindset of everything that can go wrong, will go wrong. So that should be avoided.
Is there something like API Sanity Checker for VB? API SC throws junk at all functions and shows when a function can't handle everything.
Botsareus:
What do you mean by "SC" ? edit: Ah source code...
No, but there is API don't be lazy like Botsareus and properly unit test your code (if you can recall all of it at one time) :P
Botsareus:
Also, if by sanity you mean performance, try very sleepy profiler. .NET should have a native profiler I think.
Peter:
Nah, I mean the program API Sanity Checker. You could see it as a unit test generator that will attempt to crash the program. Actual unit testing is better of course, but it can help for reliability.
Also, unit tests take more time, but will certainly pay back their time with avoiding bugs. It's a good habit to write them.
Botsareus:
lol cool, had no idea it was a real thing.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version