Good vs. Evil

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
Well I forgot what I used last time so lets go down as my code suddenly broke while I didn't change anything
80
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
82 found it, for some weird reason a simple =array(); was missing from the code, I wonder why it went missing.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
86 what ever the case it now works and it was an easy fix(as soon as I saw it that is).
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
88 yes, yes it is. Its better than: oh because of this you now need to write about 1000 extra lines even though this bug may occur only once in a lifetime.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
89 Can't say I've encoutered anything quite as bad as Lens's thousand lines... but once I did have to insert two lines of code and lose a significant figure due to a bug in how the language I was using was implemented.

And that language was assembly, too, which made finding the bug and working around it hard.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
90 the 1000 lines was just some random number, but yes this kind of bigs are really, really annoying especially if its not your fault and/or the occurrence is only so small that you where considering not fixing it.