Developer Guidelines, adding style
Showing
CONTRIBUTING.md
deleted
100644 → 0
-
Owner
@AlfredoDiNapoli @cgenie @karenkonou I have just modified this hoping it is ok for you, if not tell me. I do not think it is sensitive, if you have a better style guidelines, thank you in advance, since it has been asked by new developers joining the team Today
-
Maintainer
@anoe
👍 on my side -- the style guide you posted is a sensible one, and generally recognised as one of the most sensible. If I could add my 2 cents, perhaps I would also add that in general, more than following a single style guide (because to the present day it's not realistic to assume that we wrote Gargantext following a uniform style guide), I would perhaps use the following rule of thumb (but this is me, I'm not saying it's the way it should be):- For new files, use the referenced style guide;
- For older files, which might have been written using a different code style, try to respect whichever style guide was used to write the file (to ensure consistency and minimise unwanted changes);
- Resist the urge of making style modifications mixed to general refactoring; rather separate those into independent commits, so that they are easy to revert if unwanted / not needed
😉
Please register or sign in to comment