lightspeedwp / tour-operator

The LSX Tour Operators Plugin provides 3 post types (Accommodations, Destinations and Tours) that are the core of any Tour Operator. Use them to build day-by-day itineraries for tours.
https://lsx.design/products/tour-operator/
GNU General Public License v3.0
12 stars 0 forks source link

Prefixes classes, functions and options #22

Closed sakinshrestha closed 5 years ago

sakinshrestha commented 7 years ago
DavidCramer commented 7 years ago

Personally I feel that function should be prefixed, but classes should be namespaced. After all that's what namespacing is designed for.

Also, class names should be short and descriptive of their purpose like placeholders or banner_integration adding the prefix makes them longer and repetitive.

krugazul commented 5 years ago

Closing this, classes have since been namespaced and prefixes have been added where neccesary