|
|
|
|
|
by tilgovi
5376 days ago
|
|
There's room for improvement. Most programmers shouldn't need to know how to write asynchronous code just as they shouldn't need to know how to write concurrent code. Consider mutexes vs Java's 'sychronized' vs transactional memory: there's a way forward, and it's to reduce complexity for the average programmer. Remember that not everyone is as awesomely brilliant as you are. |
|