Logesh Paul’s Reviews > 97 Things Every Programmer Should Know: Collective Wisdom from the Experts > Status Update

Logesh Paul
is on page 7 of 255
Spending an hour watching users is more informative than spending a day guessing what they want.
— Jul 06, 2018 03:31AM
Like flag
Logesh’s Previous Updates

Logesh Paul
is on page 186 of 255
Write code as if you had to support it for the rest of your life.
— Aug 27, 2018 07:42AM

Logesh Paul
is on page 174 of 255
In Zulu, the philosophy of Ubuntu is summed up as “Umuntu ngumuntu ngabantu,” which roughly translates to “A person is a person through (other) persons.”
"A developer is a developer through (other) developers.” If we take it down to the metal, then “Code is code through (other) code.”
— Aug 27, 2018 06:56AM
"A developer is a developer through (other) developers.” If we take it down to the metal, then “Code is code through (other) code.”

Logesh Paul
is on page 141 of 255
the next time you feel the need to improve your programming skills, don’t read another book. Read code
— Aug 26, 2018 10:45AM

Logesh Paul
is on page 139 of 255
Sometimes the best thing you can do to solve a problem is to put the mouse down and step away from the keyboard.
— Aug 26, 2018 10:41AM

Logesh Paul
is on page 111 of 255
remember that interfaces exist for the convenience of their users, not their implementers
— Aug 23, 2018 02:46AM

Logesh Paul
is on page 110 of 255
Good interfaces are:
Easy to use correctly: People using a well-designed interface almost always use the interface correctly, because that’s the path of least resistance.
With interfaces that are easy to use correctly, things just work.
— Aug 23, 2018 02:44AM
Easy to use correctly: People using a well-designed interface almost always use the interface correctly, because that’s the path of least resistance.
With interfaces that are easy to use correctly, things just work.

Logesh Paul
is on page 99 of 255
Whereof one cannot speak, thereof one must be silent.
— Ludwig Wittgenstein
— Aug 06, 2018 10:55AM
— Ludwig Wittgenstein

Logesh Paul
is on page 92 of 255
Man’s got to know his limitations. — Dirty Harry
— Aug 02, 2018 09:08AM