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.
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.