Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.
/ swe-design-patterns Public archive

A collection of some design patterns explained during the Software Engineering classes

Notifications You must be signed in to change notification settings

erclu/swe-design-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relevant design patterns in plantUML

A collection of some design patterns explained during the Software Engineering classes. Plus state pattern, because it's c00l.

Image version of diagrams can be generated using this command if you have java and a downloaded version of plantuml.jar on your system.

absPath=$(pwd)/out

java -jar plantuml.jar -charset UTF-8 -x **/style.pu -o $absPath **/*.pu

About

A collection of some design patterns explained during the Software Engineering classes

Resources

Stars

Watchers

Forks

Packages

No packages published