rc3.org Rafe Colburn on software development (and other topics)

Links for August 25


1 Comment

You would not have trouble with GWT, but there’s a lot to learn there.

In general if you are trying to generate Javascript code I think something has gone wrong with your design. Which doesn’t mean I haven’t done it, I have, but it’s never been a good idea.

If you are generating code, it’s to deal with something that varies, right? So why not make the thing that varies data instead of generated code, and make the code static?

Posted by Jacob Davies on 26 August 2009 @ 1pm

Leave a Comment