fac-15 / FAC-TRACK

Application that allows FAC students past and present to track their learning.
1 stars 2 forks source link

Commented out code #78

Closed matthall8 closed 5 years ago

matthall8 commented 5 years ago

Be careful with what level of code you're integrating into your 'staging' branch. I would avoid keeping commented out code in there e.g.

https://github.com/fac-15/FAC-TRACK/blob/6f5c3b8aae1956d7258c319839c1093288619006/src/app.js#L8

I find it best not to put code in until you need it and are using it. Whilst it may seem useful to have as you go, it adds code bloat and could leave to a massive clean up job at the end.