Arthur Bodera

Results 101 comments of Arthur Bodera

Sadly I wasn't involved in your planning phase, but I'd really like to understand it. Could you elaborate on that? Do you regard those factories as Domain Logic objects? It...

I supposed the answer to why those are not just $properties is that you wanted to constitute a php interface. Ok, so you wanted to have methods. `getProperty` explains the...

Just teasing, but why is this `public function canRetrieveOptions($config);` ... not called ... `public function retrieveOptions($config);` I know it changes the meaning, but it seems that this method is named...

The syntax is somewhat simpler, but confusing :-\ I've now searched through readme, and yeah, I see there are a few "hidden" keys you can use to get some behavior......

> valid example anymore where the segment parser couldn't handle anything a pure regex parser could really ? I use regex routes all the time ... ``` 'regex' => '#download-file/id-(?[0-9]+)/(?.*?)#'...

Nope, because your route does not do catchall of the filename... and there's no way to do backtracking, alternatives, lookahead/behinds etc. Also - can't control greediness or utf8 handling, or...

> you can always use another path parser Like ... Regex parser? :dash:

Why not? That's another step back :\

## ⚠️ This does not apply to middleware ⚠️ If you see compile errors related to node modules or `node:` prefix, that is because in [Next 13 middleware ALWAYS runs...