Demagogue
en.wikipedia.org3 pointsby 3dGrabber2 comments
<DoStuff args={...}><DoMoreStuff args={...}> <DoEvenMoreStuff args={...}/> </DoMoreStuff> </DoStuff>
vs DoStuff(DoMoreStuff(DoEvenMoreStuff()))
Both of them you would split into indented lines when they become too long. And 1 becomes too long much faster. const todo = DoMoreStuff(DoEvenMoreStuff());
DoStuff(todo);
where as with 1 you cannot.
Citation needed. What is user fatigue? Can it be empirically measured? Fatigued by what? Too much color? Lack of shape? Too much contrast? Lack of contrast?
When is the last time you were "fatigued" by icons?
Without hard facts the expression is just a wishy-washy way to promote a personal taste.