Code review before Marketplace submission

Permalink
I am writing a new add on that I intend to submit to the marketplace.

What is the best way to get a general idea that my code is on the right track, or if not then to get suggestive feedback to improve it before submitting?

Dex

 
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
Hi dexcode,

Aside from carefully reviewing the documentation and thoroughly testing your add-on, I recommend reviewing these links:
http://www.concrete5.org/documentation/how-tos/developers/why-do-ma...
http://www.concrete5.org/developers/submitting-code/marketplace-sub...
https://www.concrete5.org/documentation/how-tos/developers/forbidden...

Also, you can run your code through the marketplace linter to see if it passes:
http://www.concrete5.org/marketplace/linter...
JohntheFish replied on at Permalink Reply
JohntheFish
Also, for your first submission, make it something simple, then apply what you learn to more complex submissions.