|
|
|
|
|
by taeric
246 days ago
|
|
I have seen a lot of interfaces that I would be fine describing as "jerking" due to async silliness. Largely from odd reflows that result when the code completes in an order that is not "top down" in the function. It can be convenient to have the code "just wait" for an async spot, but I do think there are some benefits to forcing the a bit more structure around it. |
|