You're viewing a single thread.
All comments
47
comments
Does external logging not happen outside of OOP?
If so, why not?
6 0 ReplyIt does, hence why it breaks the paradigm.
3 0 ReplyThe paradigm breaks if anything is logged?
I feel like I'm missing a few steps in the logic.
1 0 ReplyLogging tends to happen as a side effect that's completely outside the whole class hierarchy.
1 0 Reply
47
comments
Scroll to top