Skip to content

Entries published on July 17, 2006

1 entry published on this date. See also: all entries published in July 2006, full archive.

Helpers, scaffolding, tradeoffs and other stuff

In one of the very, very few coherent things I’ve seen him say in comments posted here and elsewhere, one Lucas Carlson brought up the other perceived advantage of JavaScript helpers: they save time:

Sure it is possible to add javascript helper functions to Django, and yes that would speed up initial development times and reduce bugs since Python is usually more terse than JS… even for expert JS programmers.

I’m going to ignore the “fewer bugs” argument because it seems to me that writing code in one language which ends up outputting code in another language is something that, however terse the input may be, is inherently just begging for problems.

Ian Holsman touched on the idea of time-saving and development speed in a more coherent way, over a series of comments.

First:

helpers will get the majority of the work done for me. If I hit …

Entry published July 17, 2006. Read full entry.