|
|
|
|
|
by theshrike79
2647 days ago
|
|
In my experience the active aversion to all kind of magic make Go code more maintainable even if you're not familiar with that particular part of the code base. Stuff goes in, stuff comes out. You don't need to wonder if something outside of the scope magically comes around and changes things in the middle. Also Go's concurrency pattern with goroutines and channels fits really well to my mental models of how stuff tends to work in my field. |
|