|
|
|
|
|
by TYPE_FASTER
85 days ago
|
|
> Rule 5. Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming. If I have learned one thing in my 30-40 years spent writing code, it is this. |
|
You never know how requirements are going to change over the next 5 years, and pure structures are always the most flexible to work with.