Implementing namespaces and coding standards in WordPress plugin development

23 pointsposted 3 days ago
by taubek

4 Comments

graeme

8 minutes ago

>These aren’t just best practices — they’re practical steps for maintaining quality and scaling your code as your project grows.

AI? These aren't just X, but Y! Plus an em-dash.

Not illegitimate, article seems well laid out. Just interesting to see this in the wild. I've seen this construction in an increasing number of official statements.

chris_wot

4 hours ago

Do many people use Gutenberg block themes?

sntran

an hour ago

I do. I was not into WordPress until recently. Gutenberg has been very easy to get started versus writing a lot PHP. While there are still annoyances, I have managed to work around. Maybe my projects have not been that complicated, but I feel like the Gutenberg team is heading the right way.

madjon

2 hours ago

What I see (and use myself) is enabling the classic editor, using Advanced Custom Fields Pro with a Flexible Layout. Then implementing a module system for use across different post types and pages. Usually built within a custom theme. Otherwise, I also see page builders such as Elementor & Divi.