I did a pixel and I think I got it wrong D: and I don’t know why D: WHY is my pixel pink
Cat
I did a pixel and I think I got it wrong D: and I don’t know why D: WHY is my pixel pink
I’m more about increasing spaces exponentially to really highlight how important each line is
public boolean function() {
if (method()) {
if (otherMethod()) {
for (Object o : list()) {
if (o.isAlive()) {
return false;
}
}
}
}
return true;
}
I did it like three times, each time finding a new error… I gave up eventually :(