Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tim0-12432/software-patterns


https://github.com/tim0-12432/software-patterns

software-engineering software-patterns softwarepattern

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Software Patterns

Originated through my preparation for the exams in module `Software Architecture`.

Meme

## Table of Contents

- [x] [Decorator](./src/main/java/de/tim0_12432/decorator)
- [x] [Mixin](./src/main/java/de/tim0_12432/mixin)
- [x] [Iterator](./src/main/java/de/tim0_12432/iterator)
- [x] [Composite](./src/main/java/de/tim0_12432/composite)
- [x] [Observer](./src/main/java/de/tim0_12432/observer)
- [x] [Singleton](./src/main/java/de/tim0_12432/singleton)
- [x] [Strategy](./src/main/java/de/tim0_12432/strategy)
- [x] [Factory](./src/main/java/de/tim0_12432/factory)
- [x] [Builder](./src/main/java/de/tim0_12432/builder)
- [x] [Command](./src/main/java/de/tim0_12432/command)
- [x] [Proxy](./src/main/java/de/tim0_12432/proxy)
- [x] [Adapter](./src/main/java/de/tim0_12432/adapter)
- [x] [Flyweight](./src/main/java/de/tim0_12432/flyweight)