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:360384
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to