From c76faa61cbc5926a0f53a4aff48d399979577410 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Tue, 30 May 2017 00:54:36 +1000 Subject: [PATCH] Readme embolding --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0afb2b..13531f9 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The functions which later manipulate data, start as data. Clojure programmers place particular emphasis on the primacy of data. When they aren't re-watching Rich Hickey videos, and wishing their hair was darker and more curly, -they meditate on aphorisms like "Data is the ultimate in late binding". +they meditate on aphorisms like **Data is the ultimate in late binding**. I cannot stress enough what a big deal this is. It can seem like a syntax curiosity at first but, when the penny drops for @@ -77,9 +77,9 @@ The functions which transform data are registered and looked up via data. Interceptors (data) are preferred over middleware (higher order functions). Etc. -Data - that's the way we roll. +**Data - that's the way we roll.** -If you have a background in OO, which seeks to hide data, this +If you have a background in OO, which seeks to hide data, this will be utterly shocking and clearly insane. And, yet, I can assure you it isn't. It will do your brain no end of good to explore the concept, I promise.