
10 Mar
2019
10 Mar
'19
5:33 p.m.
Quoting Jack Kelly (2019-03-10 17:20:04)
Say we're a class. Then the simplifying assumptions of OO allow *us* to trust the *rest of the program* won't mess with us.
Worth noting that modules do this for us in Haskell. Encapsulation of implementation details is something that languages of all stripes give you in one way or another.