Skip to content

Working together

Vincent Orback edited this page Dec 16, 2016 · 7 revisions

Setting up a new project

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!

Talk about it.

Don't always clone your last repo and use the same old standards. Talk with your colleagues. Talk with your client.

Version Control

Use Git.

EditorConfig

Set up a shared EditorConfig and code linters and set up the project guidelines they way you all want to work.

Code standards

Decide on your CSS, JavaScript, PHP standards. What lint-software are you using? How strict are you?

Finishing a new project

Dont forget to...

  • Check that your README is up to date.
  • Test the website performance and fix anything slow and heavy.
  • 🍾
Clone this wiki locally