Team Rules
Team Behavior
-
Begin meeting 5 minutes after a meeting time if member is not there
-
There will be MWF Slack standups when development starts to address what each member is working on, how it is going and any blockers.
-
Slack will be primary form of communication. Phone calls and FaceTime will be used for urgent communication.
-
If a team member anticipates a missed deadline they should be transparent about it in the next MWF Slack standup.
-
End times on meetings will be observed. Members will not be required to stay past a set end time.
Coding Practices
-
We will use git/Github for version control and follow the GitHub workflow as our main workflow.
-
We will follow the Airbnb style guide for JS and React - JS and React
-
We will follow the PEP 8 style guide for Python - Python