this post was submitted on 25 Jun 2024
310 points (99.1% liked)

Technology

55613 readers
3020 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 60 points 5 days ago (3 children)

oh boy, the average wordpress site has like 30 plugins and the top bar is getting cluttered with so many plugin upsells that it fills the whole screen. There's a huge industry of people making wordpress sites who shouldn't.

It's quite frustrating to be asked as a dev to "fix" people's site as my usual response is "shut it off and redo it well".

[–] [email protected] 19 points 5 days ago (2 children)

It's really a shame because by now WordPress itself actually works quite well. Sure, it's fueled by unspeakably ugly spaghetti code. But at least it's unspeakably ugly spaghetti code that works and receives regular automatic updates.

And other than putting up a verification program I don't see what they could do to improve the plugin situation.

[–] [email protected] 15 points 5 days ago (1 children)

I agree. I don't hate wordpress. It seems a bit dated by today's standards and bloated in some aspects but you can definitely make a solid, fast website with it. It's getting a bad reputation for its toxic plugin dev scene and crappy sites built using Elementor.

[–] [email protected] 3 points 5 days ago* (last edited 5 days ago) (1 children)

Elementor shudders

What an absolute nightmare that was

[–] [email protected] 2 points 4 days ago (1 children)

As someone who found elementor the only thing that was working at the time - any suggestions to do better? I have no coding experience fyi

[–] [email protected] 1 points 4 days ago

Coding is pretty much the only way to make a site that is both flexible and fast. If you wanna stay with page builders, I'd recommend something like webflow or framer but going with these closed systems is really not that amazing longterm. You're gonna sink a lot of money into a system that will almost certainly enshittify in the future.

If you're willing to pick up coding, try to make your own theme with something like Advanced Custom Fields in wordpress or switch to something like Kirby CMS which is more flexible out of the box than wordpress and has great docs.

[–] AbidanYre 6 points 5 days ago (2 children)

Regular automatic updates on ugly spaghetti code feels like it's just asking for trouble.

[–] [email protected] 3 points 5 days ago

Theoretically, someone could untangle the spaghetti. Nobody will, but automatic updates at least opens up the possibility.

[–] [email protected] 12 points 5 days ago

There’s a huge industry of people making wordpress sites who shouldn’t.

And this is why I hate the state of the whole hacking scene and that now nation states are also carrying out en masse attacks. Everyone should be free to make a site on Wordpress or whatever. If they can't, that's how we get everyone on like 3 corporate platforms like Facebook.

[–] Alphane_Moon 12 points 5 days ago (1 children)

Funnily enough, I was hearing this from developers in the early 2010s when I was just starting my career (IT adjacent, but not a developer).

[–] AA5B 6 points 5 days ago* (last edited 5 days ago) (1 children)

Seriously, people have been saying this stuff about WordPress as long as it’s been around, and I’m always surprised that it still exists. This was definitely one of those technologies that sounded bad enough that it could never last. Joke is on me.

Of course I thought the same with JavaScript but was forced to learn it last year

[–] orclev 3 points 5 days ago (1 children)

Of course I thought the same with JavaScript but was forced to learn it last year

Use TypeScript. It's still built on a giant steaming pile of shit but at least if you're careful most of your own code can be reasonably correct.

[–] AA5B 3 points 5 days ago (1 children)

It’s not my choice. I’m only here to help others fix their code, not to actually do the coding. I have to someone know best practices and how to fix common bugs

[–] orclev 1 points 5 days ago

That's a shame. If you can convince them to use TypeScript that would be for the best, otherwise good luck, you're going to need it. I can't say you couldn't pay me to write JavaScript, but I can say what I would demand to do it is way more than anyone would be willing to pay.