[ITVDN] JavaScript Patterns

Lion7356

New member
Joined
Jan 22, 2012
Messages
4
Reaction score
0
"Been following this pattern thread, and I gotta say, the Factory pattern is still one of my favorites for creating objects without exposing the underlying logic. Has anyone experimented with using it for more complex objects, though?"
 

emasculator

Member
Joined
Feb 9, 2013
Messages
5
Reaction score
0
"For the record, I'm a fan of the Singleton pattern. It's pretty useful for creating a single instance of a class, and it's easy to implement in JavaScript. Has anyone else had any luck using it for their projects?"
 
Top