1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 19:42:51 +01:00

Update name of Dunning–Kruger effect

This commit is contained in:
Curtis Gibby 2020-02-07 10:47:43 -07:00 committed by Kamran Ahmed
parent 11f380b769
commit a4d1b69e0c

View File

@ -19,7 +19,7 @@ Junior developers are normally fresh graduates and it's either they don't have o
* Over-engineering is a major problem, often leading to fragility and bugs.
* When given a problem, they often try to fix just the current problem a.k.a. fixing the symptoms instead of fixing the root problem.
* You might notice the "[Somebody Else's Problem](https://en.wikipedia.org/wiki/Somebody_else%27s_problem)" behavior from them.
* They don't know what or how much they don't know, thanks to [Dunning Kruger Effect](https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect).
* They don't know what or how much they don't know, thanks to the [DunningKruger effect](https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect).
* They don't take initiatives and they might be afraid to work on an unfamiliar codebase.
* They don't participate in team discussions.