[1.Ch.] Orrery Tries to Git Gud at Go
Latest complaint: https://tour.golang.org/moretypes/4
"To access the field X of a struct when we have the struct pointer p we could write (*p).X. However, that notation is cumbersome, so the language permits us instead to write just p.X, without the explicit dereference."
So, this tells me that if I see "foo.bar" in my code, I can't tell whether foo is a struct or a pointer until I check.
Somebody got paid for this.
re: [1.Ch.] Orrery Tries to Git Gud at Go
@orrery Every time I see this cw I assume you're practicing Go, the classic game.
re: [1.Ch.] Orrery Tries to Git Gud at Go
@Soreth @orrery Same, and it makes the resulting post kind of hilarious in a surreal way.
Also whoever designed that language was just....what.