Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's good for starters and time saving. Good for the People who are not into tech stuffs that much eg, photographer, journalists ect.
-
Kaji22627yFunctional, once you get comfortable with how it works. Saves some time over developing basic elements such as logins from scratch, and also provides the security benefits that come with being open source—namely, that thousands of people are inspecting it, and it gets patched regularly.
Where it gets ugly is when you have inept devs who break the way things work, short-circuiting processes so that data is out of sync, etc. Or when you have non-devs adding everything via plugin, which I have seen lead to 60-active-plugin pileups with three sliders, four gallery plugins, a pair of contact form plugins, several conflicting analytic suites, and a bunch of other unidentifiable crap, half of which was never deactivated when they decided not to use it... -
Kaji22627yWooCommerce, however, is a bit of a different story. Best out of a pile of options, primarily because it’s a first-party solution (even if it was an acquisition, and not an organic first party product). Annoying because it doesn’t handle some things the same way as core WordPress (again, due to its adopted status). Backwards compatibility breaks suck hard here.
-
I used it for my blog, it's pretty cool if you don't want to go through the headache of making your own website or using a static generator like Jekyll.
Seriously, I'd rather spend writing content than figuring out why stuff isn't aligned or why something's not getting rendered properly.
For making sites for clients/dynamic sites, though, not so nice. -
sw9000337yGreat if you can let it do its job without hijacking everything about the way it works. Not so great if your minimally viable product requires 5,000 plugins.
What are your thoughts on WordPress?
question