« All Data Structures Quotes · Eric S. Raymond's Page
Data Structures Quotes by Eric S. Raymond
More Data Structures Quotes
- It is better to have 100 functions operate on one data structure than to have 10 functions operate on 10 data structures. — Alan Perlis
- I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code… — Linus Torvalds
- Smart data structures and dumb code works a lot better than the other way around. — Eric S. Raymond
- Bad programmers worry about the code. Good programmers worry about data structures and their relationships. — Linus Torvalds
- Generally, the craft of programming is the factoring of a set of requirements into a a set of functions and data structures. — Douglas Crockford
- Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures,… — Rob Pike