this post was submitted on 28 Jan 2025
1680 points (99.6% liked)

Programmer Humor

20188 readers
1236 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 day ago

Linting rules and scripts should never live in an IDE-specific directory.

Of course they should. Obviously it shouldn't be the only place they are, but committing IDE code styles settings that match the externally-enforced project styles is absolutely helpful.

Or, in our project we have a bunch of scripts that you can run manually, but we also have commited IntelliJ run configurations that make running them a convenient in-IDE action.