oop - JavaScript OO - How to make a huge object oriented app and use static members -
i'm trying huge web application in javascript, , think must in object oriented way if don't want mess everything. so, searched lot , found lots of different ways declare classes , make instances in js, environment variables, functions, functions in functions ... know best way of achieving big object oriented structure (a bit java/c# or other object oriented languages) , more precisely how declare static members can access in instances of class. thank much
read "javascript - parts" , learn module pattern heart:
http://www.adequatelygood.com/2010/3/javascript-module-pattern-in-depth
Comments
Post a Comment