Skip to main content
14 events
when toggle format what by license comment
Apr 12, 2017 at 7:31 history edited CommunityBot
replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
Dec 13, 2016 at 12:54 history protected gnat
Jul 24, 2011 at 20:46 comment added user1249 @delnan, iterators is perhaps the most robust way to avoid off-by-one errors
Feb 4, 2011 at 15:22 vote accept Malfist
Feb 3, 2011 at 0:14 comment added Jim G. > What can we do to prevent falling prey to the off by one errors? Use an iterator.
Feb 2, 2011 at 20:16 history tweeted twitter.com/#!/StackProgrammer/status/32895175319625728
Feb 2, 2011 at 19:07 comment added DevSolo I almost answered the previous question by mistake...
Feb 2, 2011 at 18:24 comment added FrustratedWithFormsDesigner @delnan: I agree. Off-by-one errors are usually the first to be caught when I'm coding (before I even move to an official "testing phase").
Feb 2, 2011 at 18:20 comment added Malfist The less you have to think about, the more productive you are?
Feb 2, 2011 at 18:16 comment added user7043 Are they common? I'm producing my fair share of bugs, but off-by-one errors are very rarely among them. Perhaps because I mostly use Python, i.e. use iterators instead of juggling with indices? (And: What does that tell us? ;) )
Feb 2, 2011 at 18:12 answer added user8685 timeline score: 7
Feb 2, 2011 at 18:10 answer added ChaosPandion timeline score: 4
Feb 2, 2011 at 18:10 answer added Mason Wheeler timeline score: 22
Feb 2, 2011 at 18:06 history asked Malfist CC BY-SA 2.5