Member-only story
How to become an abstract thinker

As developers, we are told many things about “abstraction” it is sometimes perceived as evil as it makes the code obscure and not understandable to others. On the other hand some say it is good and we should strive to achieve good abstraction as abstraction is what makes the difference between a normal developer and a 10x developer.
We have all heard about abstraction. The concept is simple: find similarities, create an abstraction from it, use that abstraction by specializing it with what is different in a specific instance of your code.
We know many abstractions. We use it all the time: algorithms, data structures, frameworks, and many others. But we often do see abstraction for what it is. Abstraction is obscured to us, it is in front of our eyes, and we do not see it. Even early at school we learn it, but no one names it:
The sky is blue
The moon is shining
The two sentences have exactly the same part of speech (Article — Noun — Verb — Adjective) but totally different meanings. The part of speech is an abstraction. Nowadays AI is very good at find those abstractions whether it is in text or in images. But we human have a much thought after ability, we can do knowledge transfer. We can transfer a learned concept from one domain to the other. Machine still struggle at that.
Therefore, how can we go beyond simple abstraction use cases? Really what is an abstraction? How do we get good at it?
Definition
The Oxford English dictionary gives us 6 main definitions, summarized for the sake of brevity:
- To separate oneself from the world (spiritual)
- To extract or remove something (water, but also stealing)
- Finding similarities without reference to the peculiar, a concept or an idea.
- In chemistry, extraction of a substance from another
- Lack of awareness or concentration, absence of mind.
- Freedom from, or absence of representational qualities. (especially in arts)
As we can see abstraction goes beyond our common understanding. The first definition might be the ultimate abstraction, and could lead to the fifth one…