Oct
21
2008
Groovy ate my Actionscript's semicolons!
Posted by Joe Rinehart at 10:57 AM
5 comments - Categories:
Flex
I think I've been writing too much Groovy. I was reworking some navigation in the Broadchoice Workspace this morning, and noticed that I had stopped using semicolons entirely.
It's a small thing, but I'm finding the code is just easier on the eyes. At first, with Groovy, I had a hard time without semicolons - my brain is just programmed to see them. After some adjustments, though, I'm living a happier life with less punctuation in my code (ha! take that, perl and Ruby lovers!).
Joe Zack wrote on 10/21/08 11:29 AM
I never use semi-colons in Ruby, but I'd feel dirty not using them in JavaScript.