16

900 lines to build an HTML select list which displayed the months from January until the current month, for picking which months data to display seems a tad excessive... probably good the guy who did it doesn't work anymore.

Comments
  • 0
    Yikes! How is that even possible? When he got to 500 he should have questioned his strategy. Ya think?
  • 1
    Did...did he concatenate each letter of each month for each list item? How do you even get to 900 lines for something like that?!
  • 2
    It was one giant nested case statement at the top level picked the number of months to build, the nested case then picked which was the current selected one, basically every possible permutation of number of months and months selected was written out (90 I think?)
  • 1
    I have no words!
Add Comment