Message from @meratrix
Discord ID: 542811520707461120
Tfw you are debugging your code so you comment out a fundamental part of the program but the thing still works as intended
<:pepe_eyes:378719408362881024>
Sound as if was planned and nobody else needs to know
@M4Gunner @galesteppes Check out this dumb shit.
girls aren't code
@🌻 togepi 🌻 dat doom code tho
Fast invSqRoot
fuck all these useless comments
if i can read the code i dont need to read it twice
no thots
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
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

