DEV Community

Discussion on: I've been coding for 20 years, Ask Me Anything!

Collapse
 
tdfranklinaz profile image
Trevor Franklin

Really appreciate this I will definitely check out these resources!

Do you have experience with WordPress or have any tips for writing better code in WordPress?

Thread Thread
 
mattsparks profile image
Matt Sparks

I've worked with WP quite a bit in the past. If you're writing plugins (and I suppose themes, too) I would recommend making them as object-oriented as possible. It will go a long way in making them more maintainable and save you a lot of headaches.

Give this WordPress Plugin Boilerplate a look.