Use headings instead of bold text in index.md #238

This commit is contained in:
Jeroen Meulemeester
2016-01-03 21:14:30 +01:00
parent b6beffec2e
commit 3d642cdad7
66 changed files with 373 additions and 233 deletions

View File

@@ -10,12 +10,14 @@ tags:
- Idiom
---
**Intent:** Private Class Data design pattern seeks to reduce exposure of
## Intent
Private Class Data design pattern seeks to reduce exposure of
attributes by limiting their visibility. It reduces the number of class
attributes by encapsulating them in single Data object.
![alt text](./etc/private-class-data.png "Private Class Data")
**Applicability:** Use the Private Class Data pattern when
## Applicability
Use the Private Class Data pattern when
* you want to prevent write access to class data members