Dunning-Kruger Effect

marsicdev | 2016-05-01

ā† All notes

Researchers David Dunning and Justin Kruger, conducting an experiment in 1999, observed a phenomenon thatā€™s come to be known as the Dunning-Kruger effect:

Unskilled persons tend to mistakenly assess their own abilities as being much more competent than they actually are.

What follows from this is a cognitive bias in which people who arenā€™t very good at their job think they are good at it, but arenā€™t skilled enough to recognize that they arenā€™t.

Illusory superiority has been found in individualsā€™ comparisons of themselves with others in a wide variety of different aspects of life, including performance in academic circumstances (such as class performance, exams and overall intelligence), in working environments (for example in job performance), and in social settings (for example in estimating oneā€™s popularity, or the extent to which one possesses desirable personality traits, such as honesty or confidence), as well as everyday abilities requiring particular skill. Illusory superiority is often referred to as the above average effect. It is one of many positive illusions relating to the self, and is a phenomenon studied in social psychology.

Youā€™ll notice that Dunning-Kruger effect donā€™t directly apply specifically to software or development. The fact remains that software is built for people to use and interact with, so in proccess of software development you have to work with other people to create software so itā€™s good to know this law and be aware of it.

No pithy quote will ever replace the experience you gain every day by writing code, interacting with users, and generally practicing every day. Still, by keeping in mind this law, you might just make yourself a better developer.



Related notes

What are notes for and what to expect from them

Every move is a step forward

design  programming  development  productivity  learning  writing 
Read

Rubber duck debugging

Use a rubber duck to help you review code

programming  development 
Read

Becoming great developer

Programming Wisdom

programming  development 
Read

Programming is full of acronyms

SOLID, KISS, DRY, STUPID

programming 
Read

Threads, Sync, Async

Thoughts collection about these important terms

programming 
Read

Mobile ā¤ async

Async is more natural in a lot of cases on a mobile device. Why waste valuable battery life polling for updates if you can react on events pushed to you.

programming 
Read

Code commenting and modeling

Don't try to model everything! You need to step back and let the code speak for itself.

programming 
Read

Programming as a process

Writing software engages not only developers but also designers, business strategists, copy writers, and marketers at every stage.

programming 
Read