What Is Wrong With My Code

What Is Wrong With My Code
debugging-memes, syntax-error-memes, mixed-languages-memes, compiler-errors-memes, code-review-memes | ProgrammerHumor.io

So you wrote a function that returns void, then proceeded to return null, and wrapped a println statement in a let binding that does absolutely nothing. This is what happens when you copy-paste code from three different languages and hope the compiler just figures it out. The function signature screams Rust or Kotlin, the println looks like Rust, but that return null? That's your brain on Java. Pick a lane, my friend. The compiler is not a therapist—it won't help you work through your identity crisis.

More Like This