Bug #69386
closed
Remove data processing trait in favor of object
Added by Helmut Hummel about 9 years ago.
Updated about 6 years ago.
Description
The introduced DataProcessingTrait isn't exactly a good prototype
for Trait usage.
It incorporates functionality that isn't easily testable,
it is impossible to provided different implementations as the trait
is directly bound to the class with its concrete implementation.
Use a composite object instead for this functionality.
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42904
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42904
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42904
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42904
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42904
- Assignee set to Helmut Hummel
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
- Related to Task #68459: Extract dataProcessors logic into a trait added
Also available in: Atom
PDF