10up / Engineering-Best-Practices

10up Engineering Best Practices
https://10up.github.io/Engineering-Best-Practices/
MIT License
760 stars 205 forks source link

Update namespace practices #344

Closed darylldoyle closed 3 years ago

darylldoyle commented 4 years ago

Description of the Change

As per #315, the WordPress minimum PHP version now supports namespaces and as such we shouldn't promote the use of pseudo namespaces anymore. This PR removes the mention of them from the best practices.

Verification Process

Tested locally.

Checklist:

Applicable Issues

315

Changelog Entry