• Scragar (unregistered)

    Got to give them credit, I would struggle to overcomplicate things this much, but they make it look effortless.

  • LongTimeLurker (unregistered)

    nit: since iID0 is the frist offender, that makes lucky 14 not lucky 13 items in the array-that-is-not-an-array.

  • (nodebb)

    To my knowledge, that was the Chinese coding paradigm about 10 years ago or so (wasn't paying attention to gossip afterwards). And I think they did this in shifts, with a quota of LoC per shift per crew.

  • (nodebb)

    All that stuff is over 20 years out of date. Rather impressive how garbage like this survives. ArrayList, DataTable... oh man, I remember those .net1.0 days. Millennials just started to be allowed to have drinks in the US after running around with their guns for 20 years :-).

  • (nodebb)

    I am more scared at the use of ArrayList. Mostly because I used to use it myself waaay back int he day. It was added with .NET Framework 1.0 as a way to have a linked list, and since 1.0 had no generics, it was equivalent to List<object> with all the casting and boxing nightmares that entailed. Generics were added in 2.0 including List<T> which immediately made ArrayList obsolete. Though I was self taught and didn't realize this until much later, unfortunately, and kept using ArrayList.

  • Baleine (unregistered)

    And of course, there is a mix of french and english language used in the code. Of course!

    I hate my developing compatriots :-(

  • (nodebb)

    Isn't there a 'for switch loop' hidden in there? (I mean - I too am assuming there's a loop somewhere so that incrementing iCompt does actually perform something useful).

Leave a comment on “Lucky Thirteen”

Log In or post as a guest

Replying to comment #687123:

« Return to Article