in reply to Virtues of Software Engineering

Fred Brooks, in The Mythical Man-Month, hit the key principle that always guides me:

Show me your (code design) but hide your data structures,
  and I will remain as ignorant as before.
But show me your data structures,
  and I won't need your (code design); it will be obvious.

Or as Deep Throat might have said: "Follow the data."

    -- Chip Salzenberg, Free-Floating Agent of Chaos

  • Comment on Data first. Code later. (was Re: Virtues of Software Engineering)

Replies are listed 'Best First'.
Re: Data first. Code later. (was Re: Virtues of Software Engineering)
by clintp (Curate) on Dec 28, 2001 at 19:58 UTC
    I prefer running that through Joseph McNamara: It's the data, stupid!