logoalt Hacker News

joeblubaughyesterday at 11:42 PM2 repliesview on HN

In fact it was “the Java way” for many years and “useless getters” was always a big complaint about Java.


Replies

oefrhayesterday at 11:53 PM

Hey it's better in Go. In Java it's getFoo(). In Go it's just Foo(). Saves three bytes, and three keystrokes if you program by hand and don't autocomplete!

gf000today at 7:33 AM

I do agree to a certain degree, but with getters/setters you could properly hide/set to read-only fields.