|
|
|
|
|
by metadat
1451 days ago
|
|
I read the Uber article linked in parent. "Data Race Patterns in Go", posted 21 days ago: https://news.ycombinator.com/item?id=31698503 Even though I'm extremely careful, I'm sure I've done one or more of the anti-patterns they outline where the outcome is completely incorrect program behavior compared to my intentions as the architect of the program. A good language wouldn't encourage or even compile with such nonsense. --- Isn't it funny how Go offers channels but the stdlib never uses them at all? |
|