27

No amount of coffee can prepare me for this code review

Comments
  • 8
    Imagine paying people real money to code like this
  • 5
    I've seen worse, but that is a special kind of special 😂
  • 0
    What in the.. why is the... this is... I don't even know where to begin with this one man
  • 1
    You need something stronger...chew the coffee beans directly

    Someone read cheap tutorials instead of a proper book ...
  • 1
    Time for red bull vodka I guess
  • 0
    Oh, just like my last unity job!

    ```
    If(a){
    Int foo = 1;
    String baz = "aaaaa";
    String bar = "bbbbbb";
    my function(foo,baz,bar,1,7,this.blabla)
    }
    Else if (b){
    Int foo = 2;
    String baz = "aaaaa";
    String bar = "bbbbbb";
    my function(foo,baz,bar,1,7,this.blabla)
    }
    Else if(c){
    Int foo = 3;
    String baz = "aaaaa";
    String bar = "bbbbbb";
    my function(foo,baz,bar,1,7,this.blabla)
    }
    Else {
    Int foo = 4;
    String baz = "aaaaa";
    String bar = "bbbbbb";
    my function(foo,baz,bar,1,7,this.blabla)
    }
    ```
  • 1
    Wait they code liked this in Kotlin? Wtf?
  • 0
    @dontknowshit is this Android? Haven't worked on it in years but I remember those ids are like compiler generated constants so you cant do something like for X in viewsNames)

    I remember that was the issue I had building GUI apps in Java actually... Had to manually binge ask the elements.

    Whereas .NET the bindings code is sorta automatically generated
  • 0
    Easy code review. Burn this commit with fire until it makes actual sense O_0 this is... truly something.
Add Comment