|
|
|
|
|
by lowmagnet
3736 days ago
|
|
Go is just functional enough for me to free up some boilerplate that I feel more productive there. Structs and funcs are 90% things, and I only use a receiver on a func if it helps to clarify an operation or mutate that value. That Java doesn't give this choice directly is sad, but verbs in the land of nouns will do that. A lot of my time is spent writing and reviewing Java code, which I still enjoy a bit. |
|