161
agentQ
6y

Get rid of required minimal lines of code for project assignments.

I
Will
Slap
The
Fucker
Who
Codes
Like
This
As
Many
Times
Per
Fucked
Up
Line

Comments
  • 8
    People use that requirement in the real world? Hit them too.
  • 2
    @IllSlapU
    Sorry had to. Read the post. ;)
  • 2
    I dont get it. Now im scared ill be the retard who get slapped, or just the unaware inexperienced dude
  • 2
    I had a coworker who used massively blank lines. Like
    Function(){

    Some

    Stuff

    }

    That is annoying.
    edit: good guy dfox, who is trimming multiple empty lines obviously :)
  • 1
    I concur. If anything I'd be awarding extra points for completing the task with the smallest footprint.
  • 3
    Excuse me? Minimal lines of code for assignments? WHAT KIND OF SADISTIC MONSTER EVEN THINKS OF THAT?
  • 0
    Me:
    If(var){
    Return
    }

    Work standards:

    If(var)

    {

    Return

    }
  • 0
    I haven't met anyone doing this in a real project but I have met students who has. 😕
  • 0
    @vlatkozelka unless we have text wrap enabled in our IDE. But yeah, long text horizontal is just bad but not as worse I feel for vertical code line and avoiding DRY principle
  • 0
    And you shall all bow to prettier for never having this kind of argument ever again.
  • 0
    Minimal lines of code per project. Wtf is that? Why would you wnat to focus on that and not on the readability.
Add Comment