|
|
|
|
|
by randomdata
1990 days ago
|
|
> Can you give examples of specific language features of go that prevent you from making questionable design choices, that require you to "get the design right up front"? No, obviously. I said that Go doesn't give you an escape hatch if you screw up. It does nothing to protect you from screwing up. I specifically said that the challenge was in learning how to not screw up as the language doesn't help you deal with or avoid design mistakes. |
|
I still don't get your contrast to other languages though. Are there specific language features other languages have that let you paper over crappy designs?