mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-17 04:26:05 +00:00
Update transaction-script/Readme.md
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
co-authored by
Ilkka Seppälä
parent
45e416928d
commit
6cef98d41e
@@ -93,8 +93,7 @@ if booked then calculates the refund amount and updates the database using the D
|
|||||||

|

|
||||||
|
|
||||||
## Applicability
|
## Applicability
|
||||||
Use the transaction script model when the application has only a small amount of logic and that
|
Use the Transaction Script pattern when the application has only a small amount of logic and that logic won't be extended in the future.
|
||||||
logic won't be extended in the future.
|
|
||||||
|
|
||||||
|
|
||||||
## Known uses
|
## Known uses
|
||||||
|
|||||||
Reference in New Issue
Block a user