From: alexpdp7 Date: Fri, 25 Jul 2025 14:00:48 +0000 (+0200) Subject: Add "Making wrong code look wrong" X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=7c5371f19065b4d3c11d604c1a6f38512787f0b1;p=alex.git Add "Making wrong code look wrong" --- diff --git a/INTERESTING_ARTICLES.org b/INTERESTING_ARTICLES.org index 6dd2cda..6582435 100644 --- a/INTERESTING_ARTICLES.org +++ b/INTERESTING_ARTICLES.org @@ -12,6 +12,7 @@ - [[https://blog.brownplt.org/2024/04/12/behavior-misconceptions.html][Finding and Fixing Standard Misconceptions About Program Behavior]] About the Standard Model of Languages (SMoL) - [[https://dannorth.net/best-simple-system-for-now/][Best Simple System for Now]] A view I disagree on about IAGNI and the opposite concepts, but interesting - [[https://mmapped.blog/posts/38-static-types-perfectionism][Static types are for perfectionists]] Our programming style is influenced by our personality and life +- [[https://www.joelonsoftware.com/2005/05/11/making-wrong-code-look-wrong/][Making wrong code look wrong]] The history about Hungarian notations ** Testing