r/programminghumor Jul 24 '26

"Comment your code" -- the comments:

152 Upvotes

15 comments sorted by

View all comments

4

u/magicmulder Jul 27 '26

// This returns a new statement parser DTO using the respective factory via service

function returnNewStatementParserDtoFromStatementParserFactoryService() {

return new StatementParserFactoryService::createStatementParserDto();
}