Thoughts on adding a suggested style guide for the workshoppers source code?
I have been enjoying going through them but have found the code samples formatting inconsistent. It's not a huge deal but considering that this could be someone's first introduction to Node.js development it would be nice to be able to say "Hey, here's how we recommend you format your code."
Code style could be incorporated as an early lesson in learnyounode. This should be fairly straightforward for the user if an npm-distributed formatter is suggested like Standard.
Thoughts on adding a suggested style guide for the workshoppers source code?
I have been enjoying going through them but have found the code samples formatting inconsistent. It's not a huge deal but considering that this could be someone's first introduction to Node.js development it would be nice to be able to say "Hey, here's how we recommend you format your code."
Code style could be incorporated as an early lesson in
learnyounode. This should be fairly straightforward for the user if an npm-distributed formatter is suggested like Standard.