Hello,
I am kind of new in making classes and massive functions and such, so I have a dilemma. Atm I am creating some sort of interactive background and at is current state of development the master constructor function have like 15 parameters that need to be put in. I can add at least 6-8 more and make it really flexible, but I start to wander if this will be such a good idea. I am not sure that the general people that I am developing this class would like to type so many parameters before using it to full potential.
So there is only 2 must enter parameters and like 13 that you may want to change or leave the original values. My question is if there is some common practice about this?
Is it to many or no?
Just for idea this is the function at this point (working ok):
new Maker(textTest,15,150,200,2,8,3,5,0.3,1.5,4,360,0.003,30);
Regards Thovas