BlogController example misses different "this" binding
ch2.md:109 equates the verbose and concise versions of BlogController. But in the verbose version, won't index be run with a "this"-context of Views, whereas in the concise version, index would be run in the "this"-context of BlogController?
That, then, is an important difference, particularly if Views.index uses any state of "this". While that may not fit the vision for functional programming, it's likely a reality that BlogController must accommodate in the broader world of mixed-paradigm programming.
This general concept is acknowledged later, but perhaps the caveat should be acknowledged sooner?
It's a good thing to mention there. I'll put something in for sure. Thanks!
@KtorZ Is this still an issue that needs to be addressed?