hi folks,
Do I need to use a configuration setup for my register model when using a factory? Does this apply to creating registers as well?
why i need factory , am sure that i will not override the register model , so why?
Also, why is it recommended not to use the new
method for creating registers? If I have 100k registers, will using create
instead of new
slow down the operation, or am I misunderstanding something?
Thanks!