Some of these seem like fine ideas. But..
8 is good advice in any language. One wants to provide semantics to program against rather than concrete data structures.
Functions delay binding; data structures induce binding. Moral: Structure data late in the programming process.
Some of these seem like fine ideas. But..
8 is good advice in any language. One wants to provide semantics to program against rather than concrete data structures.