squeaker
Erfahrenes Mitglied
Aber einfach nur ein Pattern zu verwenden um es zu verwenden ist komisch:
Aus dem Desing Patterns Compagnion:
"You should consider using a Factory Pattern when:
- a class can't anticipate which kind of class of objects it must create
- a class uses its subclasses to specify which object it creates
- you want to localize the knowledge of which class gets created."
So viel ich sehe passt KEINER der Punkte oben, warum also ein indirektes Konzept mit einer Factory (die auch nur von dem Brett gebraucht wird) wenn es keine Vereinfachung bringt?
Aus dem Desing Patterns Compagnion:
"You should consider using a Factory Pattern when:
- a class can't anticipate which kind of class of objects it must create
- a class uses its subclasses to specify which object it creates
- you want to localize the knowledge of which class gets created."
So viel ich sehe passt KEINER der Punkte oben, warum also ein indirektes Konzept mit einer Factory (die auch nur von dem Brett gebraucht wird) wenn es keine Vereinfachung bringt?