, I'm voddle,我是 voddle.

A software engineer, trying to become a more interesting person.一名软件工程师,想成为更有趣的人。

Simplicity is prerequisite for reliability.

— Edsger W. Dijkstra

Programs must be written for people to read, and only incidentally for machines to execute.

— Harold Abelson

Controlling complexity is the essence of computer programming.

— Brian Kernighan

Simplicity does not precede complexity, but follows it.

— Alan Perlis

Make it work, make it right, make it fast.

— Kent Beck

Premature optimization is the root of all evil.

— Donald Knuth

There are only two hard things in Computer Science: cache invalidation and naming things.

— Phil Karlton

The cheapest, fastest, and most reliable components are those that aren't there.

— Gordon Bell

First, solve the problem. Then, write the code.

— John Johnson

The best way to predict the future is to invent it.

— Alan Kay

Clarity is better than cleverness.

— Eric S. Raymond, The Art of Unix Programming

Design for simplicity; add complexity only where you must.

— Eric S. Raymond, The Art of Unix Programming

Software design and implementation should be a joyous art, a kind of high-level play.

— Eric S. Raymond, The Art of Unix Programming

Write programs that do one thing and do it well. Write programs to work together.

— Doug McIlroy

Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident.

— Rob Pike

When in doubt, use brute force.

— Ken Thompson