programming memes
1.55K subscribers
1.47K photos
26 videos
37 links
Contacts @cobbl
Download Telegram
Don't worry I don't vibe code
Is this true?
😁2
There will always be such a person
😁5
This media is not supported in your browser
VIEW IN TELEGRAM
Push zip file directly to the production πŸ‘
what are you using guys for coding

i am using both as of now
dont Worry Idont Vibe Code
bestFeeling
5
This media is not supported in your browser
VIEW IN TELEGRAM
\r enjoyer

#include <stdio.h>
#include <unistd.h>

int main() {
for (int i = 10; i >= 1; i--) {
printf("\r%2d", i);
fflush(stdout);
sleep(1);
}
printf("\r");
printf("Done!\n");
return 0;
}
Is this duck typing
If You Are Given Option to Avoid Debugging
1
Weapons of mass destruction
Lol it is true
😁4
Testers are the only people who love bugs
The only program that I can write without bugs and it relaxes me is "Hello World"
😁5
Fair point...
This thought process never stops.
Exams like: you just leveled up
Students Using AI Tools
The Programmer’s Paradox
54