specification-pattern

Modèle de conception pour implémenter des règles métier avec des centaines de if else en java

Je dois implémenter certaines règles métier avec des centaines de lignes de code ci-dessous if this then this else if ... : If <Q> = Y then 'something' Else then 'something' Else : Value of <Z>

Modello di progettazione per implementare regole aziendali con centinaia di if else in java

Devo implementare alcune regole aziendali con centinaia di righe di codice sottostante if this then this else if ... : If <Q> = Y then 'something' Else then 'something' Else : Value of <Z>