RE: Bye Steem!

You are viewing a single comment's thread from:

Bye Steem!

in hive •  5 years ago 

A designer knows he has arrived at perfection not when there is no
longuer anything to add, but when there is no longuer anything to take
away.
-- Antoine de St Exupery.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

For the things we have to learn before we can do them, we learn by doing
them.
-- Aristotle.

The use of COBOL cripples the mind; its teaching should therefore be
regarded as a criminal offense.
-- E.W. Dijkstra

If it looks like a duck, walks like a duck, and quacks like a duck, it's
a duck.
-- Official definition of "duck typing"

  ·  5 years ago Reveal Comment

If something isn’t working, you need to look back and figure out what
got you excited in the first place.
-- David Gorman (ImThere.com)

Talkers are no good doers.
-- William Shakespeare, "Henry VI"

Perpetual optimism is a force multiplier.
-- Colin Powell

  ·  5 years ago Reveal Comment

Acknowledging the negative doesn't mean sniveling [whining, complaining]; it
means facing the truth and then moving on.
-- George Leonard, Mastery.

Only make new mistakes.
-- Phil Dourado

When you’ve got the code all ripped apart, it’s like a car that’s all
disassembled. You’ve got all the parts tying all over your garage and
you have to replace the broken part or the car will never run. It’s not
fun until the code gets back to the baseline again.
-- Gary Kildall (inventor of CP/M, one of the first OS for the micro).

  ·  5 years ago Reveal Comment

You can recognize truth by its beauty and simplicity. When you get it
right, it is obvious that it is right.
-- Richard Feynman

Life is what happens to you while you're busy making other plans.
-- John Lennon

Any sufficiently complicated C or Fortran program contains an ad hoc,
informally specified, bug-ridden, slow implementation of half of Common
Lisp.
-- Philip Greenspun (Greenspun's Tenth Rule)

  ·  5 years ago Reveal Comment

It is better to be quiet and thought a fool than to open your mouth and
remove all doubt.
-- WikiHow

If Java had true garbage collection, most programs would delete
themselves upon execution.
-- Robert Sewell

The purpose of abstraction is not to be vague, but to create a new
semantic level in which one can be absolutely precise.
-- Edsger Dijkstra

  ·  5 years ago Reveal Comment

Be the change you want to see in the world.
-- Mahatma Gandhi

In OO, it's the data that is the "important" thing: you define the class
which contains member data, and only incidentally contains code for
manipulating the object. In FP, it's the code that's important: you
define a function which contains code for working with the data, and
only incidentally define what the data is.
-- almkgor, on reddit

More computing sins are committed in the name of efficiency (without
necessarily achieving it) than for any other single reason - including
blind stupidity.
-- W.A. Wulf

  ·  5 years ago Reveal Comment

Einstein argued that there must be simplified explanations of nature,
because God is not capricious or arbitrary.
-- Frederick P. Brooks, No Sliver Bullet.

A journey of a thousand miles must begin with a single step.
-- Lao­Tzu

Rules of Optimization:
Rule 1: Don’t do it.
Rule 2 (for experts only): Don’t do it yet.
-- M.A. Jackson

  ·  5 years ago Reveal Comment

Understanding why C++ is the way it is helps a programmer use it well. A deep
understanding of a tool is essential for an expert craftsman.
-- Bjarne Stroustrap

To do something well you have to love it. So to the extent you can
preserve hacking as something you love, you're likely to do it well. Try
to keep the sense of wonder you had about programming at age 14. If
you're worried that your current job is rotting your brain, it probably
is.
-- Paul Graham.

[Innovation] comes from saying no to 1,000 things to make sure we don’t
get on the wrong track or try to do too much. We’re always thinking
about new markets we could enter, but it’s only by saying no that you
can concentrate on the things that are really important.
-- Steve Jobs

  ·  5 years ago Reveal Comment