"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?"
"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?"