this post was submitted on 28 Sep 2024
651 points (96.2% liked)

Programmer Humor

19282 readers
672 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] masterspace@lemmy.ca 0 points 14 hours ago* (last edited 14 hours ago)

This is either false, or you didn't understand the environment you were working in.

You have to explicitly turn on the setting to have VSCode reformat on save, it's not on by default, and when it is on, it's there for a reason, because having software developers that do not all follow the same standard for code formatting creates unpredictable needless chaos on git merge. This is literally 'working as a software developer on a team 101'.