|
|
|
|
|
by vsupalov
819 days ago
|
|
That's the reason why I chose to focus on Go instead of Rust after immersing myself in it for a while. Rust invites you to aim for brevity and crafting smart solutions whenever you can. Don't get me wrong, sometimes this leads to beautiful code. It can be super satisfying to write. But there is only so much fun in reading yet another 10-step iterator method chain which works due some arcane edge case in the middle of it. I vastly prefer reading dumb and obvious Go code. It's just easier to understand and to work with. |
|