From 15fd12767d6cf2782d4e05504bb8f981f1f845ea Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sat, 18 Jun 2022 10:51:18 +0200 Subject: [PATCH] Updated Concepts for dummies (markdown) --- Concepts-for-dummies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concepts-for-dummies.md b/Concepts-for-dummies.md index 158d6cf..3e8204f 100644 --- a/Concepts-for-dummies.md +++ b/Concepts-for-dummies.md @@ -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. -## Async programming +### Async programming 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.