DEV Community

Discussion on: What's the Worst Code You've Ever Seen or Written?

Collapse
 
rachelsoderberg profile image
Rachel Soderberg • Edited

Sure seems like! The first time we were debugging a soap request together on code I was able to conceptualize and write from the ground up, my manager was blown away at the OOP style of error output from small, single-job methods with descriptive names: "oh, it's getting hung up in the binding portion of the login method. Wow that's helpful!"

No more DoStuff() on my watch, dang it!