(no title)
erikrose | 14 years ago
(do something to these (and these)) vs. do(something, to, these, and(these))
In any case, you really do things with whitespace, so none of it matters.
erikrose | 14 years ago
(do something to these (and these)) vs. do(something, to, these, and(these))
In any case, you really do things with whitespace, so none of it matters.
jlongster|14 years ago
With the C-style syntax, it's even worse because you have all the curly braces and semicolons. I just converted a bunch of javascript code to Outlet and it's a bit more concise even though it's exactly the same code.