nsayer

1,615
reputation
148 views

Registered User

name nsayer
member for 1 year
seen 15 hours ago
website
location Santa Clara, CA
age 41
I like poker
Sep
17
awarded  Yearling
Jul
7
comment Is it in an anti-pattern to always use get and set methods to access a class’s own member fields?
But the reason for consistently using the getter and setter is that while the getter/setter may do nothing but get and set the value today, that may not be true tomorrow.