Hacker News new | ask | show | jobs
by doctor_eval 1484 days ago
I was really hoping this was going to turn into a rant about visibility in Go.

As much as I like Go, I really dislike the use of upper case to make things public. About the only thing I miss about Java is the convention of using capitalised words for types and lowercase for fields, methods and variables.

I must hit a name conflict in Go every second week.