6 ms·
This might be an unpopular opinion here, but I have the same problem with rust. There are often multiple ways to do something remotely complex and out of all p
by krutzger 9y ago
This might be an unpopular opinion here, but I have the same problem with rust.
There are often multiple ways to do something remotely complex and out of all perfectly valid solutions I can come up with at most one is accepted by the compiler.
Go on the other hand has a compiler that reads your mind. or maybe its simply a really well designed language...
- jacksmith21006 9y agoHad not seen anyone say this before but completely agree.