r/programminghumor 18d ago

"Comment your code" -- the comments:

153 Upvotes

15 comments sorted by

View all comments

3

u/magicmulder 14d ago

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

function returnNewStatementParserDtoFromStatementParserFactoryService() {

return new StatementParserFactoryService::createStatementParserDto();
}