|
|
|
|
|
by xlii
513 days ago
|
|
This is why I avoid Python. I started doing Go after looking for few solutions written and Python and I couldn’t use it. Some magic values inside objects of recursive depth changing dynamically at the runtime. After working for some time with functional languages and languages with non-mutable structures I’m afraid of such features today. Context is nice because it’s explicit. Even function header spills the detail. `GetXFromName(context.Context, string)` already says that this call will do some IO/remote call and might never return or be subject of cancellation. |
|