Famous Quotes & Sayings

Marijn Haverbeke Quotes & Sayings

Enjoy the top 15 famous quotes, sayings and quotations by Marijn Haverbeke.

Share on Facebook Share on Twitter Share on Google+ Pinterest Share on Linkedin

Famous Quotes By Marijn Haverbeke

Marijn Haverbeke Quotes 1014016

Programming, it turns out, is hard. The fundamental rules are typically simple and clear. But programs built on top of these rules tend to become complex enough to introduce their own rules and complexity. You're building your own maze, in a way, and you might just get lost in it. — Marijn Haverbeke

Marijn Haverbeke Quotes 2247040

Learning is hard work, but everything you learn is yours and will make subsequent learning easier. — Marijn Haverbeke

Marijn Haverbeke Quotes 1491960

You should imagine variables as tentacles, rather than boxes. They do not contain values; they grasp them - two variables can refer to the same value. — Marijn Haverbeke

Marijn Haverbeke Quotes 2260138

Higher-order functions allow us to abstract over actions, not just values. — Marijn Haverbeke

Marijn Haverbeke Quotes 247762

a detailed low-level one for complex situations and a simple high-level one for routine use. The second can usually be built easily using the tools provided by the first. In — Marijn Haverbeke

Marijn Haverbeke Quotes 537477

Functions that create values are easier to combine in new ways than functions that directly perform side effects — Marijn Haverbeke

Marijn Haverbeke Quotes 1759634

The art of programming is the skill of controlling complexity. — Marijn Haverbeke

Marijn Haverbeke Quotes 87413

It helps omit uninteresting details, provides convenient building blocks (such as while and console.log), allows you to define your own building blocks (such as sum and range), and makes those blocks easy to compose. — Marijn Haverbeke

Marijn Haverbeke Quotes 792779

The programmer who refuses to keep exploring will surely stagnate, forget his joy, lose the will to program (and become a manager). — Marijn Haverbeke

Marijn Haverbeke Quotes 800343

most obvious application of functions is defining new vocabulary. Creating new words in regular, human-language prose is usually bad style. But in programming, it is indispensable. — Marijn Haverbeke

Marijn Haverbeke Quotes 891279

It also makes the program more difficult to change because prose tends to be more tightly interconnected than code. This style is called literate programming. The — Marijn Haverbeke

Marijn Haverbeke Quotes 1031929

The best way to learn the value of good interface design is to use lots of interfaces - some good, some bad. Experience will teach you what works and what doesn't. Never assume that a painful interface is "just the way it is." Fix it, or wrap it in — Marijn Haverbeke

Marijn Haverbeke Quotes 1299866

It has to become second nature, for a programmer, to notice when a concept is begging to be abstracted into a new word. — Marijn Haverbeke

Marijn Haverbeke Quotes 1401941

In the happy land of elegant code and pretty rainbows, there lives a spoil-sport monster called inefficiency. — Marijn Haverbeke

Marijn Haverbeke Quotes 1929352

How difficult it is to find a good name for a function is a good indication of how clear a concept it is that — Marijn Haverbeke