General coding practice recommendation
-
Looks like a really neat plugin. I am also a plugin author and I noticed you are using a “reserved namespace” (very loose interpretation of reserved namespace, but still potentially problematic) with this path: `/wp-content/plugins/vimeography/lib/shared/assets/js/plugins/jquery.flexslider.js?ver=4.6
/wp-content/plugins/vimeography/lib/shared/assets/js/plugins/jquery.fitvids.js?ver=4.6`I’m not saying you are doing anything wrong or even that using “plugins” in your path naming convention under the WordPress /plugins/ folder is wrong, but I think you might want to consider a slight naming convention change to something like: /vplugins/ or some other similar naming convention that defines your path so that it is not misinterpreted by iterations or other coding methods looking for/at the standard WP naming convention of “plugins” for the WordPress /plugins/ folder. ??
- The topic ‘General coding practice recommendation’ is closed to new replies.