From 45917933036cb0d672788c3ff8e8508f2c115508 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 5 Jul 2018 22:43:07 +0200 Subject: Tweak notes on LispCast - link to the archive - drop the dates; too annoying to manage manually --- technical/blog-roll.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'technical') diff --git a/technical/blog-roll.md b/technical/blog-roll.md index efd3762..a624f57 100644 --- a/technical/blog-roll.md +++ b/technical/blog-roll.md @@ -1,12 +1,12 @@ This is a list of blog-ish websites where I found insightful stuff that I would like not to forget. -# LispCast +# [LispCast] Eric Normand's musings on programming paradigms and their application, with a soft spot for functional programming. -[When in doubt, refactor at the bottom] (2017) +[When in doubt, refactor at the bottom] : Quoting Sandi Metz: > Duplication is far cheaper than the wrong abstraction. @@ -21,7 +21,7 @@ with a soft spot for functional programming. things together and naming them helps make the potential abstractions more visible. -[Programming Paradigms and the Procedural Paradox] (2017) +[Programming Paradigms and the Procedural Paradox] : A discussion on our tendency to conflate *paradigms* with their *features*; for example, when trying to answer "can this language express that paradigm?", we often reduce the question to "does @@ -32,5 +32,6 @@ with a soft spot for functional programming. number of sub-tasks) maps so well to its features (sequential statements, subroutines) that it trained us to mix those up. +[LispCast]: https://lispcast.com/category/writing/ [When in doubt, refactor at the bottom]: https://lispcast.com/refactor-bottom/ [Programming Paradigms and the Procedural Paradox]: https://lispcast.com/procedural-paradox/ -- cgit v1.2.3