You Can Only Get What You Have
by in Representative Line on 2018-08-22Sean's ongoing career as a consultant keeps supplying him with amazing code.
Let's talk about encapsulation. We put getters and setters around our objects internalsto help keep our code modular. Given an object, we call something like getUsername
to extract a piece of that object safely.