freeCodeCampGuam / freecodecampguam.github.io

The website for Free Code Camp Guam
https://freecodecampguam.github.io/freecodecampguam.github.io/
0 stars 4 forks source link

Coding Conventions / Workflows #15

Open Chovin opened 8 years ago

Chovin commented 8 years ago

Why

When working on a collaborative project, deciding on the workflow and code conventions (code's format/style/general structure) will..

benefit code maintainability between contributors, and it will increase our productivity during collaboration.

Sticking with the most common conventions and workflows in the field will also teach us how to better interact and contribute to the open source community and in our workplaces.

What

As per conversation on 10/19, for this project we will be using*:

- HTML/CSS/JS for our main codebase

*Other solutions are very welcome. Please leave a comment below if you would like to propose different solutions or if you have any questions.


Later

It may be appropriate to consolidate this epic into a doc in our each of our project repos eventually. I believe it is a convention among open source projects to have a CONTRIBUTIONS.md explaining a project's conventions and contribution guidelines

Chovin commented 8 years ago

Atlassian's BitBucket provides free licences for educational purposes. possible solution for future?