Update transaction-script/Readme.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
Ashish Trivedi 2020-08-10 00:25:01 +05:30 committed by GitHub
parent 45e416928d
commit 6cef98d41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,8 +93,7 @@ if booked then calculates the refund amount and updates the database using the D
![alt text](./etc/transaction-script.png "Transaction script model") ![alt text](./etc/transaction-script.png "Transaction script model")
## 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