On Tue, 2009-04-21 at 15:46 -0400, Alex Gaynor wrote:
> 
> 
> On Tue, Apr 21, 2009 at 3:14 PM, Malcolm Tredinnick
> <malc...@pointy-stick.com> wrote:

[...]
>         
>         Postponing any real decision making (at the code level -- I'm
>         not
>         talking about the human level) makes things a lot more
>         complicated
>         internally and the cod we're talking about here is already
>         complicated
>         enough. Make as many decisions as soon as you can and postpone
>         those you
>         can't -- don't attempt to postpone everything in an attempt to
>         achieve
>         some kind of cosmetic consistency.
> 
> I'm not looking to put off decisions in general, just the pressure of
> trying to come up with the right answers while simultaneously dealing
> with the 1.1 release

You've misunderstood what I was meaning. Your response is the human side
(as in "decisions made by humans"). I was talking about the *code*
making decisions. That is, in the code, convert things to their final
data format as early as possible, but no earlier and, preferably, don't
postpone doing everywhere (your option 2 and option 3) that just because
*some* things need to be postponed.

Regards,
Malcolm

> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to