Alecaddd / WordPressPlugin101

Official repository of the series of tutorial on How to Create a WordPress Plugin from scratch: https://www.youtube.com/playlist?list=PLriKzYyLb28kR_CPMz8uierDWC2y3znI2
MIT License
408 stars 369 forks source link

Strict Naming convention #4

Open bahiirwa opened 6 years ago

bahiirwa commented 6 years ago

We are using OOP. And from onset you have been strict on the naming convention. Should we be worried of a duplicate class. I don't see that happening.