Hacker News new | ask | show | jobs
by redwolf2 3003 days ago
Also: Why use get and set accessors for private fields at all, when you can just use:

int foo; float bar;

That can later be changed, when the need arises.