Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 671 Bytes

File metadata and controls

11 lines (8 loc) · 671 Bytes

RFC about native implementation of the Null Object Pattern in PHP

The Null Object Pattern is a very powerful tool to speed up development, decrease complexity and increase readability of object oriented code. This repositoty centralize the development of a RFC for PHP, according to the PHP RFC Process. So the roadmap is:

  1. Email @internals list to measure reaction to our proposal;
  2. Create the RFC and a POC of a technical implementation;
  3. Publish the RFC on the wiki and debate about it with internals@.

Currently, the first step is a work in progress.