De

Was bedeutet Factory?

Das International Software Architecture Qualification Board  (ISAQB) definiert den Begriff “Factory” wie folgt:

Unter Factory versteht man

(Design pattern) In class-based or object-oriented programming, the factory method pattern is a creational design pattern that uses factory methods or factory components for creating objects, without having to specify the exact class of the object that will be created.

In Domain-Driven Design: A factory encapsulates the creation of aggregates, entities, and value objects. Factories work exclusively in the domain and have no access to technical building blocks (e.g. a database).

Wenn Sie ähnliche Fachbegriffe wie Factory nachschlagen müssen, schauen Sie doch einfach in unserm umfangreichen Glossar nach. Oder durchsuchen Sie unser Wörterbuch: