Hi guys
I was wondering what you guys were doing in your factory? I was about to code a factory to generate an array of Items and saw that many people were using a method to create an Item instance. Seems to me you could just easily use a computed property in your Factory to generate the instance.
What's the best way to obtain this goal and why?
Tx!
I was wondering what you guys were doing in your factory? I was about to code a factory to generate an array of Items and saw that many people were using a method to create an Item instance. Seems to me you could just easily use a computed property in your Factory to generate the instance.
What's the best way to obtain this goal and why?
Tx!