-
Notifications
You must be signed in to change notification settings - Fork 0
Working together
Vincent Orback edited this page Dec 16, 2016
·
7 revisions
Try to set the "rules of coding" from the start to avoid any confusion. There is no "one way" here at Earth People. Every project will be a slightly bit different. One standard for all projects is not the way, but having a standard in a project is!
Don't always clone your last repo and use the same old standards. Talk with your colleagues. Talk with your client.
Use Git.
Set up a shared EditorConfig and code linters and set up the project guidelines they way you all want to work.
Decide on your CSS, JavaScript, PHP standards. What lint-software are you using? How strict are you?
Dont forget to...
- Check that your README is up to date.
- Test the website performance and fix anything slow and heavy.
- 🍾