General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Martinit0
Continuous Delivery
comments
Comments by "Martinit0" (@Martinit0) on "Prag Dave Talks Agile, Waterfall, TDD u0026 MORE (Dave Thomas) | The Engineering Room Ep. 18" video.
Well I think the logger problem is a more real-world example than the turtle. The common alternatives are either a global logger object/function or passing a reference to the logger to EVERY function that may need it. The third ("handler") alternative seems to have the advantage that you can more precisely limit the scope (compared to global). Though I'm happy to stand corrected, if I misunderstood Dave Thomas.
1