Using camelCase AND NOT using the spaces for plugin development
-
Hello everyone,
I was just thinking of creating a plugin for WordPress and thought of giving the docs a read. I was totally disappointed by the docs and they way they have implemented these “rules” for the sake of code readability.I know code readability is important by why would I write code in such manner I don’t even like? I like to use camelCase naming convention for my functions and I AVOID using underscores for my class names. I think underscores makes them look ugly lol.
The spacing inside the parentheses is kinda annoying too but not that bad.
My real question here is, what if I do not follow some of these standards by WordPress and try to submit my plugin here? Will it get rejected or these “rules” are just a recommendation?
Any help would be greatly appreciated!
- The topic ‘Using camelCase AND NOT using the spaces for plugin development’ is closed to new replies.