How to use Python well?
Michael Torrie
torriem at gmail.com
Thu Feb 17 17:55:19 EST 2011
On 02/16/2011 04:00 PM, Steven D'Aprano wrote:
> You should read about bottom-up and top-down programming. You'll probably
> end up doing some of both, but mostly top-down.
Most of my development is done by designing top-down and then coding
bottom-up. Coding top down is fine, but I'd expect to refactor the code
frequently as I try to spin code off into standalone modules.
More information about the Python-list
mailing list