Categorize and tag all patterns #213

This commit is contained in:
Ilkka Seppala
2015-12-28 15:52:44 +02:00
parent fefb51c46e
commit 7ac7e3b097
55 changed files with 147 additions and 48 deletions

View File

@ -7,6 +7,7 @@ categories: Other
tags:
- Java
- Difficulty-Intermediate
- Functional
---
**Intent:** A fluent interface provides an easy-readable, flowing interface, that often mimics a domain specific language. Using this pattern results in code that can be read nearly as human language.