bueltge / must-use-loader

This small WordPress plugin include all plugins in subdirectories from Must Use plugin folder
MIT License
62 stars 20 forks source link

PSR2 Coding standards #8

Closed DannyvanHolten closed 7 years ago

DannyvanHolten commented 7 years ago

Just an idea, I like PSR2 a lot better than the WordPress coding standards, mainly because it's an actual standard that is accepted everywhere instead of only in WordPress. This would only be a start. As PSR2 would require renaming of the functions etc. (Which I also would happily provide. Just let me know).

bueltge commented 7 years ago

Yes, PSR* is much better also for me. I'm often in the conflict with the WP Standard and PSR, but public and older projects use more often the WP Standard in my work.