> On 14 Aug 2016, at 18:08, Matthieu Napoli <[email protected]> wrote: > > The term "Frame" is extremely confusing, I think it's a big issue with the > current version. I'm sure if you showed the current signature to PHP > developers a majority of them would not understand what that parameter is.
This is my fundamental problem too. The word "frame" may be the correct computer-science term, but it's not used in any PHP data structures tutorial that I could find or on the PHP SPL documentation website. I can live with a class, but I don't think it's really necessary. I do think that the class name and parameter name must be obviously named to normal people. For a method that takes one parameter, $next->next($request) is weird and looks over-engineered compared to $next($request), so I wonder why we aren't using __invoke in that interface too. I assume that's been answered somewhere, but it's not in the meta doc. Regards, Rob... -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/D8DA4073-2A5E-42F1-B0E3-A59237175227%40akrabat.com. For more options, visit https://groups.google.com/d/optout.
