You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [23.4](#accessors--consistent) It's okay to create get() and set() functions, but be consistent.
2880
+
- [23.4](#accessors--consistent) It's not okay to create get() and set() functions. Why? Because get and set should be used only as getters and setters.
0 commit comments