“Database Management System [Origin: Data + Latin basus "low, mean, vile, menial, degrading, ounterfeit."] A complex set of interrelational data structures allowing… — Anonymous Copy Share Image
It is better to have 100 functions operate on one data structure than to have 10 functions operate on 10 data structures. — Alan Perlis Copy Share Image
I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code… — Linus Torvalds Copy Share Image
“Other than when dealing with exception-unsafe legacy code (which we'll discuss later in this Item), offering no exception safety guarantee should be… — Scott Meyers Copy Share Image
In C there are no data structures: there are pointers and pointer arithmetic. So you have a pointer into a data structure. — James Gosling Copy Share Image
Smart data structures and dumb code works a lot better than the other way around. — Eric S. Raymond Copy Share Image
The programmer's primary weapon in the never-ending battle against slow system is to change the intramodular structure. Our first response should be… — Fred Brooks Copy Share Image
“A distinctive property of functional data structures is that they are always persistent—updating a functional data structure does not destroy the existing… — Chris Okasaki Copy Share Image
“Compassion is what you're good at. I'm better at complex searches through organized data structures.” — Orson Scott Card Copy Share Image
“It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures.” — Alan J. Perlis Copy Share Image
Generally, the craft of programming is the factoring of a set of requirements into a a set of functions and data structures. — Douglas Crockford Copy Share Image
“Services interact with their peers strictly through APIs and thus don’t share data structures, database schemata, or other internal representations of objects.… — Gene Kim Copy Share Image
It's easy to make mistakes that only come out much later, after you've already implemented a lot of code. You'll realize Oh… — Guido van Rossum Copy Share Image
Bad programmers worry about the code. Good programmers worry about data structures and their relationships. — Linus Torvalds Copy Share Image
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 Copy Share Image
“He liked to start sentences with okay, so. It was a habit he had picked up from the engineers. He thought it… — Charles Yu Copy Share Image