DEV Community

Discussion on: What's the worst code you have seen by a senior dev?

Collapse
 
holywar20 profile image
Bryan Winter

Yeah that isn't all that terrible honestly. I've seen far far worse.

like nested for loops using k & v ( for key and value ), and then something like kInner & kOuter. Or for foo in bar, that looks like it was literally copied out of a tutorial.