ga-wdi-boston / meta

Knowledge base and forum for WDI in Boston
https://generalassemb.ly/education/web-development-immersive
Other
0 stars 36 forks source link

Maintain code in one place #50

Open jrhorn424 opened 7 years ago

jrhorn424 commented 7 years ago

See https://github.com/ga-wdi-boston/js-functions-ins-and-outs/issues/34:

For demos, code should be linked to in the README (either a script or lib), unless that code is intended to be run in a REPL, in which case it is fine as a fenced block. Do not put it in both places.

In a code-along, starter code should be provided on the master branch. Code should be stored in a file on the solution branch, and the consultant can have that branch open while presenting to walk developers through the code-along.

In a lab, starter code should be provided on the master branch. A solution should be provided on the solution branch.