pixelpicosean / lesser-panda

[Deprecated] Module based HTML5 game engine
24 stars 5 forks source link

Use factory methods instead of classes to get rid of `new` #26

Closed pixelpicosean closed 7 years ago

pixelpicosean commented 8 years ago

By using factory methods, we can change a class to poolable without changing a single line.

pixelpicosean commented 7 years ago

Since classes are provided as factory, this is already done.