Coding basics Memes

Posts tagged with Coding basics

None Of Us Are Really Programmers

None Of Us Are Really Programmers
Behold the DEVASTATING moment someone tries to sound smart about programming languages vs scripting languages—only to be ABSOLUTELY ANNIHILATED by a simple question about array functions! 💀 The audacity to make grand philosophical statements about language classifications when you can't even answer if your precious language has a built-in function to check if an array contains a value?! HONEY, PLEASE! That's like claiming you're a master chef but not knowing how to boil water! The driver's face in that last panel is literally all of us witnessing this train wreck. And they say imposter syndrome isn't real? THIS is why we all feel like frauds sometimes!

None Of Us Are Really Programmers

None Of Us Are Really Programmers
First frame: Guy confidently throws out some pretentious nonsense about programming vs scripting languages. Second frame: Girl asks a basic programming question that any self-respecting developer should know. Third frame: Guy's entire facade crumbles as he realizes he's been exposed as someone who talks big but can't answer fundamental questions. The brutal truth is we've all been that guy at some point. Talking philosophical BS about programming paradigms but then freezing when asked if a language has array.includes() . The eternal impostor syndrome is justified sometimes.

Hello World In "C"

Hello World In "C"
When someone claims they're "good in C," but their idea of writing code is literally arranging the letter 'c' to spell "Hello World." That's like saying you're fluent in Spanish because you can order a burrito at Chipotle. The painful irony is that actual C "Hello World" is just a few lines that any first-year student could Google in 5 seconds: #include <stdio.h> int main() { printf("Hello World"); return 0; } Yet here we are, watching someone flex their ASCII art skills instead of basic syntax knowledge. Classic interview self-destruction.