You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,5 +97,6 @@ Before writing code, you **MUST** read the architecture guide. It explains **The
97
97
1. **Do not break the build**: Run `SPM` before pushing.
98
98
2. **Use Comments**: If you write complex logic, explain it.
99
99
3. **Global Data**: Remember we save data to `Path.home() / .spm_data`, NOT the local folder.
100
+
4. **Discord**: Go to the programming channel and type a message explaining which file and function you will be working on, so if multiple people are working on the same file, they are working on different parts and there is no overlap.
0 commit comments