Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
maxx5552884yWhat in the.. why is the... this is... I don't even know where to begin with this one man
-
MacBaaz2134yYou need something stronger...chew the coffee beans directly
Someone read cheap tutorials instead of a proper book ... -
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)
}
``` -
donuts238484y@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 -
Easy code review. Burn this commit with fire until it makes actual sense O_0 this is... truly something.
Related Rants
No amount of coffee can prepare me for this code review
joke/meme
code fail
var
help me pls
fail
coffee
sucky code
variable