|
|
|
|
|
by bluecheese33
1666 days ago
|
|
Neat, I skimmed through "metaphors we live by" a few weeks ago and can't stop applying it everywhere. I recently wrote a post that's kind of on "GOOD CODE IS CLEAN" [1]. I can't recall how dependent I was on physical metaphors when I was first learning to code. I do, however, remember some times that I tried to learn concepts and a spatial metaphor set me back significantly. Like "railway-oriented" for async error handling (which just over complicated things), or "monad is a burrito" (which, was fine for when you already understood the concept, but useless before). I guess my point is that it's quite difficult to know if a metaphor is a good learning tool if you already know the concept. [1] https://ravik.substack.com/p/an-anthropology-of-clean-code |
|
Enjoyed your post, lots to unpack in the 'cleanliness' analogy, will think on it.