12
nitwhiz
6y

Yo i know this shit is discussed way too often, but it kills me from the inside:

In that one coding class we get some source files where only the function bodies are missing (i know, sounds childish).. but it uses this style

function()
{
...
}

I fuCKING HATE THIS GODDAMN RETURN THERE WHAT THE HELL WHO FINDS THIS BULLSHIT AESTHETIC ALL SPACEY SO YOU SCROLL YOUR ASS OFF WHEN FILES GET LONGER THAN 2 FUNCTIONS?😔

Comments
  • 3
    I don't find that aesthetic, I find that easier to read. And honnestly, 1 more line per methods, I don't think you need to "scroll your ass off". But that's just my opinion =o.
  • 1
    find and replace:
    ")
    {"
    by
    "){"
  • 1
    Since we are on a platform about devs ranting..

    I love you guys..

    But FUCK YOU IN PARTICULAR.😂
  • 1
    @daintycode I'm guessing you would throw a chair by the windows by just using Visual Studio with default settings =p
  • 3
    @daintycode yep
  • 1
    @Totchinuko well i use prettier everywhere, so my code has the same uniform style and does not do such ugly shit.^^
  • 0
    @Anaeijon problem with that:
    Is it \n, \r\n, maybe it is \fuckme what do i friggin know.
Add Comment