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.
Actions