Good vs. Evil

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Well I forgot what I used last time so lets go down as my code suddenly broke while I didn't change anything
80
 
82 found it, for some weird reason a simple =array(); was missing from the code, I wonder why it went missing.
 
86 what ever the case it now works and it was an easy fix(as soon as I saw it that is).
 
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.
 
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.
 
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.