PostTypes icon indicating copy to clipboard operation
PostTypes copied to clipboard

Explore using PHP Traits for certain methods

Open jjgrainger opened this issue 7 years ago • 0 comments

Between PostType and Taxonomy classes, there is repeated code around the names, labels, options, and column methods. Consider using PHP traits to reduce duplicate code and make it easier to maintain, while not over engineering the project.

Traits could as be used for cases such as pluralizing names with regards to PR #22

jjgrainger avatar Oct 28 '18 14:10 jjgrainger