Skip to content

Jarjanazy/checkAndDo-PatternDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkAndDo-PatternDemo

Why another design pattern?

  • It is a widely common task in Software to perform tests on an object and obtain the result of this process. Let’s imagine a pipeline of checks that an entity has to pass before being persisted to a database. On every step, we want to return the reason for the check failure, if it does. Otherwise, we want to proceed to the next check.

About

Meant to demonstrate the checkAndDo design pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages