You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Between
PostType
andTaxonomy
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
The text was updated successfully, but these errors were encountered: