Skip to content

Collection of Design Patterns in real practice implemented in Java

Notifications You must be signed in to change notification settings

mstane/design-pattern-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Pattern Collection

Build Status Quality Gate

Collection of Design Patterns in real practice implemented in Java in Behavior-Driven Development (BDD) manner.

###The structure of a story

Title (one line describing the story)

Narrative: As a [role] I want [feature] So that [benefit]

Acceptance Criteria: (presented as Scenarios)

Scenario 1: Title Given [context] And [some more context]... When [event] Then [outcome] And [another outcome]...

Scenario 2: ...

About

Collection of Design Patterns in real practice implemented in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published