*generated by some LLM
memes
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to [email protected]
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
Sister communities
- [email protected] : Star Trek memes, chat and shitposts
- [email protected] : Lemmy Shitposts, anything and everything goes.
- [email protected] : Linux themed memes
- [email protected] : for those who love comic stories.
Is there a language where I can alias return as "Ultimately ,"
Why does this code feel so familiar? It looks just like the code I helped some noob with on Stack overflow 40 minutes ago
Plot twist: the senior dev is the one who copy and pasted it after the junior dev's code didn't work
Plot twist: the senior dev is the one who made that answer on stackoverflow
Senior developer is junior developer father?
My favorite is when the top-voted, accepted answer looks correct, but misses various edge-cases. And then there's a second-most-voted answer which corrects the first.
Most questions about JavaScript are like that, for example, which was rather horrifying to realize. If you just leave a junior to their devices with that, they will absolutely copy all these correct-looking answers into your code base.
Worst is C code where people don't specify what version there useing or they use features or functions from third party libraries they don't include in the awnser when they post code (they post code with custom functions without pointing out it's from an obscure git repo that requires a 1:1 ide setup).
And sometimes people posts code that appears to fix the problem but will end up causing massive code refractoring later
Is he copying a working answer or the initial question?
SO is not a forum, it's a knowledge repository. One of the sites biggest problems (aside from the company not listening to its users) is that confusion. It's not a help desk, it's not a code writing service, and most certainly not a forum.
Stack Overflow is dead