Remix.run Logo
Implementing namespaces and coding standards in WordPress plugin development(developer.wordpress.org)
28 points by taubek 5 days ago | 5 comments
graeme 2 days ago | parent | next [-]

>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 2 days ago | parent | prev [-]

Do many people use Gutenberg block themes?

madjon 2 days ago | parent | next [-]

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.

jsonc 2 days ago | parent [-]

Yep, this is best approach imo.

sntran 2 days ago | parent | prev [-]

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.