From 5b69fe25b4d6304b8192b5f7e82961a43b019d07 Mon Sep 17 00:00:00 2001 From: Tim Diller Date: Fri, 24 Oct 2025 20:34:06 +0000 Subject: [PATCH] Link from Day 5 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 824526c..c3b96b0 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,6 @@ $ pip install -e . python -m line_profiler -rmt module_to_profile.py.lprof > python -m line_profiler -rmt module_to_profile.py.lprof ``` + +# Day 5 Resources +- [5 Worlds](https://www.joelonsoftware.com/2002/05/06/five-worlds/) from Joel Spolsky's blog.