TranscendComputing / StackStudio

The front end for private and public clouds.
Other
2 stars 0 forks source link

Refactor Task: Remove all action items from initialize() #111

Open lifeBCE opened 10 years ago

lifeBCE commented 10 years ago

initialize methods should be used for object instantiation and attribute assignment. We currently have calls to render(), fetch() and more inside of initialize() methods that should be moved elsewhere. Instantiating an object should NOT generate markup or jQuery bindings or anything else but an instance of that object.