8 Reasons Why Your WordPress Plugin
Might Bite The Big One
1) Inconsistent Coding Standards
"
Coding standards help avoid common coding errors, improve the readability of code, and simplify modification. They ensure that files within the project appear as if they were created by a single person."
make.wordpress.org
Your code should clearly communicate its purpose to the casual observer
This is especially important if you were to...