so much that nobody has had a chance to reply! They're all converting their js to coffeescript ;)
On Tue, Jan 29, 2013 at 2:38 PM, Erika L. Rich <[email protected]> wrote: > > Apparently there is a lot of excitement over this ... > > :) > > On Wed, Jan 23, 2013 at 2:25 PM, Zaphod Beeblebrox < > [email protected]> wrote: > > > > > Anyone using coffeescript? This is about my 4th app using it and I can't > > imagine going back. I've never had my code structured into objects as > well > > as I've had on these last couple of apps. > > > > When creating a class is as simple as: > > > > class MyJSClass > > constructor: -> > > $(document).doSomething() > > @doSomethingElse() > > > > doSomethingElse: -> > > #more code here > > > > There's no reason not to organize your code into objects. It's > definitely > > toned down my dislike of javascript. > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:360505 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
