DEV Community

Discussion on: What is the worst code you have ever seen/written?

Collapse
 
lewismenelaws profile image
Lewis Menelaws

My old jQuery code when trying to code a mini slider. All it consisted of is 8 strings fading in and fading out one after the other. For the most part this is fairly easy because of jQuery's callback function. Also this is what made it horrible... jQuery's callback function. Picture this code as my jquery function...