Actions
Task #67500
closedEpic #67492: Clean up DataHandler
Early loop continues in DataHandler::process_*
Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2015-06-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The methods process_cmdmap and process_datamap are deeply nested, making them hard to comprehend. Using early continues (as a kind of guard clauses) in the foreach-loops will make them easier to read and understand.
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress 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/40295
Updated by Gerrit Code Review over 9 years ago
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/40311
Updated by Andreas Wolf over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 43a3395fe42945ebd855b66debb1528be8401cfd.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions