this post was submitted on 17 Nov 2023
202 points (97.6% liked)

memes

10061 readers
1856 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dylanTheDeveloper@lemmy.world 3 points 11 months ago* (last edited 11 months ago)

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