You are viewing a single comment's thread from:

RE: Debugging a Bot: Fixing the Posting vs. Active Key Mix-up (With Code!)

yeah, you will have to start building in edge cases, logic on whether to run or not, check rc balance? a few other things that could make it more robust, but you have a good solid start.

Sort:  

Edge cases? Not sure what that is. I'm still learning though, but aren't we all. Being my lack of formal learning if you could elaborate that would be great

edge cases are things that could come up, but not all the time. usually something you didn't even think of

Ok. So the potential so I should force it to not do the things that could happen?

Generally, you work on edge case code, once you find the edge.

The terminology is what I'm not familiar with, the reason makes the most sense