FastSaying

Give a man a program, frustrate him for a day.
Teach a man to program, frustrate him for a lifetime.

Waseem Latif

codingdeveloperfrustratedprogramprogramming

Related Quotes

Right now I'm wearing an illegal smile.
— Waseem Latif
crimeillegalsmile
I don't miss you, I miss who I thought you were.
— Waseem Latif
loveloversmiss
The happiest moment i've ever felt was that moment when i discovered my ability to create.
— Dr. Hazem Ali
codingcreatecreation
Procedural code (code using data structures) makes it easy to add new functions without changing the existing data structures. OO code, on the other hand, makes it easy to add new classes without changing existing functions.
— Robert C. Martin
codingcomputers
The complement is also true: Procedural code makes it hard to add new data structures because all the functions must change. OO code makes it hard to add new functions because all the classes must change.
— Robert C. Martin
codingcomputers