Message from @Durtle02
Discord ID: 542837110122479646
Literally one if-statement is needed.
```java
int max(int a, int b) {
if (a > b) {
return a;
}
return b;
}
```
and the fact that the shit on the left is for a completely different purpose. and a very efficient way of doing what is doing as well.
dumb as hell
I think she's trolling
If their is an error case, standard practice is to return -1;
and what she's done isn't even an error case.
she's not
she's serious
She literally says `im so random`
She runs a feminist coding bootcamp 501c3
She is in with the whole, "girls who code", crowd.
She knows fucking Ruby on Rails.
Really
Nvm then
<:GWjiangoOmegaLUL:389904150886088723>
oof
so shes a tax scammer
@meratrix You only need one line in all reality lmao
```Java
int max(int a, int b) {
return a > b ? a : b;
}
```
true, true
I love me some ternaries.
also at least I know what the variable threehalfs means, wtf is a and b, dumb binch
kek
also people who write that many comments are actually cancer
to retain my faith in humanity I will mantain that she was trolling
it makes it impossible to read the code
wtf
oh, shes disabled
what
The method name, return type, parameters and var names should tell you everything you need
well for basic stuff like maths its ok
if you work and have to implement decent algorithms you will need to comment
yep
noticed that as well
ofc you comment the parts that are actually useful
and her claim to fame is fucking RUBY ON RAILS.

