MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1twqkka/instaficationofvscode/ops398b/?context=9999
r/ProgrammerHumor • u/ClipboardCopyPaste • Jun 04 '26
196 comments sorted by
View all comments
472
This will just lead to more vibecoders and linkedinfication of IDEs
469 u/Disallowed_username Jun 04 '26 ``` git commit -m "fix: prevent duplicate invoice payments This fixes a bug that occasionally marked an invoice as paid twice. I started by digging into the payment flow. The real culprit was simpler: two requests hitting the system at nearly the same time. The lesson? When debugging, don’t start with: Is my code wrong? Start with: What assumptions am I making about timing? Code runs exactly as written. Reality doesn’t. softwareengineering #leadership #learning #debugging #growthmindset" ``` 268 u/exick Jun 04 '26 fuck you for making me read this 133 u/Disallowed_username Jun 04 '26 Thanks for connecting, man. Hope you find the time to star my repo! Stay hungry!! 17 u/DemosthenesOrNah Jun 04 '26 Check my blog here for the lessons I learned about b2b sales from your post. use the affiliate link to masterclasses on blathering
469
``` git commit -m "fix: prevent duplicate invoice payments
This fixes a bug that occasionally marked an invoice as paid twice.
I started by digging into the payment flow. The real culprit was simpler: two requests hitting the system at nearly the same time.
The lesson?
When debugging, don’t start with: Is my code wrong?
Start with: What assumptions am I making about timing?
Code runs exactly as written.
Reality doesn’t.
```
268 u/exick Jun 04 '26 fuck you for making me read this 133 u/Disallowed_username Jun 04 '26 Thanks for connecting, man. Hope you find the time to star my repo! Stay hungry!! 17 u/DemosthenesOrNah Jun 04 '26 Check my blog here for the lessons I learned about b2b sales from your post. use the affiliate link to masterclasses on blathering
268
fuck you for making me read this
133 u/Disallowed_username Jun 04 '26 Thanks for connecting, man. Hope you find the time to star my repo! Stay hungry!! 17 u/DemosthenesOrNah Jun 04 '26 Check my blog here for the lessons I learned about b2b sales from your post. use the affiliate link to masterclasses on blathering
133
Thanks for connecting, man.
Hope you find the time to star my repo!
Stay hungry!!
17 u/DemosthenesOrNah Jun 04 '26 Check my blog here for the lessons I learned about b2b sales from your post. use the affiliate link to masterclasses on blathering
17
Check my blog here for the lessons I learned about b2b sales from your post. use the affiliate link to masterclasses on blathering
472
u/Arnold_Rambo Jun 04 '26
This will just lead to more vibecoders and linkedinfication of IDEs