31 lines
962 B
Markdown
31 lines
962 B
Markdown
|
--- # this is so called 'Yaml Front Matter', read up on it here: http://jekyllrb.com/docs/frontmatter/
|
||
|
layout: pattern # layout must allways be pattern
|
||
|
title: Data Bus # the properly formatted title
|
||
|
folder: data-bus # the folder name in which this pattern lies
|
||
|
permalink: /patterns/data-bus/ # the permalink to the pattern, to keep this uniform please stick to /patterns/FOLDER/
|
||
|
|
||
|
# both categories and tags are Yaml Lists
|
||
|
# you can either just pick one or write a list with '-'s
|
||
|
# usable categories and tags are listed here: https://github.com/iluwatar/java-design-patterns/blob/gh-pages/_config.yml
|
||
|
categories: creational # categories of the pattern
|
||
|
tags: # tags of the pattern
|
||
|
- best
|
||
|
- ever
|
||
|
- awesome
|
||
|
---
|
||
|
|
||
|
## Intent
|
||
|
Makes your code awesome
|
||
|
|
||
|

|
||
|
|
||
|
## Applicability
|
||
|
Use the Best Pattern Ever pattern when
|
||
|
|
||
|
* you want to be the best
|
||
|
* you need to ...
|
||
|
|
||
|
## Real world examples
|
||
|
|
||
|
* [Nowhere](http://no.where.com)
|