3
tjeff90gm
262d

Ah, the joy of finding code that looks like a never-ending stream of characters. Because hitting "Enter" is just too much effort, right?

Who needs readable chunks when you can have an eye strain-inducing monolith?

Comments
  • 1
    Reformatting is the absolute most easiest refactoring task and should indeed precede any further refactoring.
  • 0
    I don't recognise this at all.

    You're finding code with multiple statements per line?

    Like "var x=1; var y = x; console.log(y);" in one line?

    Highly unusual.

    Just auto-format/lint that shit to enforce line breaks.
  • 1
    Not necessarily multiple statements per line, but multiple statements, functions, etc. all after one another with no empty lines (dividers) can make one's eye sore, brain melt & sanity questioned, @jiraTicket
Add Comment