-
Notifications
You must be signed in to change notification settings - Fork 0
Coding Rules
YoussGm3o8 edited this page Mar 18, 2025
·
1 revision
- Never commit and push your .env files that contain database links and keys.
- Before working on an issue, assign yourself to it and inform others, to avoid working on the same issue as someone else (and attend meetings).
- When working on issues, create separate branches with the least changes possible to ease merging and contained testing.
- Commit frequently with detailed messages to help keep track of changes.
- Write TODO's anywhere you are unsure of your code or if something is still incomplete.