Is Inheritance That Evil?
Why inheritance is considered as a pillar of OOP when so many developers criticize it? We'll see where inheritance comes from and what problems it solves.
Why inheritance is considered as a pillar of OOP when so many developers criticize it? We'll see where inheritance comes from and what problems it solves.
We continue our walk on the path leading to Vim mastery by reviewing crazy Vim functionalities which will increase even more your productivity.
Depending on its intensity, the imposter syndrome can be a gruesome feeling causing other mental health issues like burnout or even depression. What's the imposter syndrome? Where does it come from? Can we overcome it? Let's look at the studies on the subject to gather some answers.
You know already the basics of Vim and you want to get better? This article explains more advanced Vim concepts.
Recursion is more than repeating a function again and again: it's a process of expansion and reduction. As often, practicing is the best way to grasp this difficult concept. That's why this article propose a short explanation as well as examples and exercises.