|
|
|
|
|
by duc_minh
102 days ago
|
|
> Sometimes the best optimization is not a clever algorithm. Sometimes it is just changing the shape of the data. This is basically Rob Pike's Rule 5: If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident.(https://users.ece.utexas.edu/~adnan/pike.html) |
|
If anything it's the other way round, if you're not talking about business domain modeling (where data structures first is a valid approach).