Thanks for making Django so clean...I was reading through an 
article on VB9 allowing "XML Literals" in the code, and couldn't 
help but think "what a hideous way to bind together code and 
data.  Nothing like requiring a project-rebuild just to alter 
your template..."

An example of this atrocity that is expected to be in application 
code:

   Dim MyList = <ul><%=
     From i In items Select <li><%= i.Value %></li>
     %></ul>

Thanks for making bright-line separation between 
code/data/templates.  Such ghastly ideas from Redmond make Django 
shine all the brighter.

</rant>

-tim




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

Reply via email to