72
Izrudin
5y

When you get used to async web programming and then come back to desktop java/c#. Oof.

Comments
  • 1
    Go - *Evil Laugh in the distance*
  • 0
    Laughs in Kotlin coroutines
  • 0
    Pretty sure you can do asynchronous tasks on Java and C# tho
  • 1
    @matsutus yes. Java has Future and CompletableFuture, C# has the async keyword just like js, I think
  • 0
    Solution: open a plain text editor and edit the complete code, then copy&paste it back to your IDE.
Add Comment