parse-community / blog

Parse Community Blog
http://blog.parseplatform.org
Apache License 2.0
18 stars 20 forks source link

Walkthrough Linting, Testing, and Coverage #33

Closed dblythy closed 3 years ago

dblythy commented 3 years ago

I have made some changes to the Parse Server Example repo, and I think it would provide some value to explain these changes.

I learnt all my JS back in the day through the Parse Cloud docs, and if it wasn't for contributing to Parse Server, I'd probably still be using the old code style I learnt from the old docs.

Now the docs have been updated, I thought it wouldn't hurt to explain some big changes in ES6 that seasoned Parse Server devs mightn't be aware of.

I also go into some detail around testing and coverage. The goal of this is to get more Parse Server devs taking the time into writing tests for their projects and making sure all of their cloud code is adequately covered by tests.

dblythy commented 3 years ago

Converting to draft as the content of this post depends on this PR

dblythy commented 3 years ago

@TomWFox thought it would be good to get some blog content going

dblythy commented 3 years ago

Yep!

dblythy commented 3 years ago

Thank you @TomWFox!