, I'm voddle,我是 voddle.
A software engineer, trying to become a more interesting person.一名软件工程师,想成为更有趣的人。
Simplicity is prerequisite for reliability.
— Edsger W. DijkstraPrograms must be written for people to read, and only incidentally for machines to execute.
— Harold AbelsonControlling complexity is the essence of computer programming.
— Brian KernighanSimplicity does not precede complexity, but follows it.
— Alan PerlisMake it work, make it right, make it fast.
— Kent BeckPremature optimization is the root of all evil.
— Donald KnuthThere are only two hard things in Computer Science: cache invalidation and naming things.
— Phil KarltonThe cheapest, fastest, and most reliable components are those that aren't there.
— Gordon BellFirst, solve the problem. Then, write the code.
— John JohnsonThe best way to predict the future is to invent it.
— Alan KayClarity is better than cleverness.
— Eric S. Raymond, The Art of Unix ProgrammingDesign for simplicity; add complexity only where you must.
— Eric S. Raymond, The Art of Unix ProgrammingSoftware design and implementation should be a joyous art, a kind of high-level play.
— Eric S. Raymond, The Art of Unix ProgrammingWrite programs that do one thing and do it well. Write programs to work together.
— Doug McIlroyData dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident.
— Rob PikeWhen in doubt, use brute force.
— Ken Thompson