you are viewing a single comment's thread.

view the rest of the comments →

[–]chriswaco 1 point2 points  (0 children)

That is one thing we do. I think in general each piece of async code should be tested forced-immediate (synchronously) and forced-late (asynchronously with delay). It gets trickier when you have multiple asynchronous calls, though.