You know that face you make when you're doing a code review and stumble upon someone allocating memory like they're running a server farm in 1995? That visceral disgust mixed with genuine concern for humanity's future? Yeah, that's the one.
The hyper-specific "0.000438 seconds" is chef's kiss because we all know that one dev who profiles everything and then acts like 438 microseconds is the reason the quarterly metrics are down. Meanwhile, there's a nested loop somewhere doing O(n³) operations on the entire user database, but sure, let's focus on this memory allocation that happens once during initialization.
The nose wrinkle and raised lip combo is what happens when you see someone creating a new ArrayList inside a loop that runs a million times. Or when they're allocating a 5GB buffer "just to be safe." Brother, the garbage collector is already crying.
AI
AWS
Agile
Algorithms
Android
Apple
Bash
C++
Csharp