in reply to Re^4: OOP: How to (not) lose Encapsulation
in thread OOP: How to (not) lose Encapsulation

Pretty much any engine out there is by design hidden within some (usually restricted) compartment.

But this meditation isn't about making the engine inaccessible, it's mainly about designing in such a way that it's more obvious to Betty where the boundary between internal and external is, so it's harder to unintentionally abuse the internals.

  • Comment on Re^5: OOP: How to (not) lose Encapsulation