Please tell me this is not how you develop with WP!
-
I’m relatively new to WP having come from a background developing more corporate sites.
I’ve been working on a few client’s sites that use premium (paid) themes.
I’m really surprised at how these are built.
– They use WPBakery which seems to just shove CSS in the DOM
– They use use the custom CSS and JS fields for more CSS
– And of course there is the css on styles.scssSo all in all I have to look in 3 places (or more, sometimes) just to make some CSS changes.
Further more, none seem to be use BEM or even SCSS or LESS properly.
There are dozens of .js and .css links. Few, if any are minified.
I’ve never yet come accross a README.md.
There seems to be bits and pieces of other themes hanging about. For example, I am working on a theme that doesn’t use SCSS, but still has a suit of SCSS files in the asstes folder from some other theme (when I asked the creator for their gulpfile they had no idea what I was talking about).
This process is just so painful and sloppy. I feel I’m working twice as hard to just find things and correct them.
Please, please, please tell me I’ve just been unlucky and that not all themes are like this!
- The topic ‘Please tell me this is not how you develop with WP!’ is closed to new replies.