Updated Concepts for dummies (markdown)

YouHaveTrouble
2022-06-18 10:51:18 +02:00
parent aed457ff03
commit 15fd12767d
+1 -1
@@ -40,7 +40,7 @@ Consider the following analogy (by [BillyGalbreath](https://github.com/BillyGalb
Doing things asynchronously isn't always better, and it's not a magical solution to every problem. Doing things asynchronously isn't always better, and it's not a magical solution to every problem.
## Async programming ### Async programming
Consider another analogy, also by [BillyGalbreath](https://github.com/BillyGalbreath): Consider another analogy, also by [BillyGalbreath](https://github.com/BillyGalbreath):
> What is the fastest way of going to your neighbours house? A car is pretty fast, so why not try that. It's definitely faster than you walking, but when you calculate in having to get in the car, buckle up, start the engine, reverse out into the road, drive to the next driveway, pull in, kill the engine, unbuckle and get out, it turns out that just walking would have been faster. > What is the fastest way of going to your neighbours house? A car is pretty fast, so why not try that. It's definitely faster than you walking, but when you calculate in having to get in the car, buckle up, start the engine, reverse out into the road, drive to the next driveway, pull in, kill the engine, unbuckle and get out, it turns out that just walking would have been faster.