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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to