mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 12:40:11 +02:00
Added missing PO templates
Also added some punctuation, grammar and style fixes to some RST files.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
`Pool`__
|
||||
========
|
||||
|
||||
Purpose
|
||||
-------
|
||||
|
||||
The **object pool pattern** is a software creational design pattern that
|
||||
uses a set of initialized objects kept ready to use – a "pool" – rather
|
||||
than allocating and destroying them on demand. A client of the pool will
|
||||
|
Reference in New Issue
Block a user