Jekyll does not like enumerations w/o blank lines

This commit is contained in:
Simon Legner
2015-09-03 16:22:26 +02:00
parent 782c0b8320
commit 2c9288b83a
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ efficiently.
**Applicability:** The Flyweight pattern's effectiveness depends heavily on how
and where it's used. Apply the Flyweight pattern when all of the following are
true
* an application uses a large number of objects
* storage costs are high because of the sheer quantity of objects
* most object state can be made extrinsic