Closed schnittstabil closed 7 years ago
This probably makes sense. Replacing the README with META might not be ideal in the long term.
Any objections @http-interop/http-middleware-contributors ?
README has been removed and points to FIG for documentation.
Knowing why the interfaces are the way they are is worth reading – however, only for potential contributors, not potential consumers.
The
README.md
is displayed at packagist.org/…/http-middleware and github. In my opinion, potential consumers will be deterred by the discussion about the pros and cons of the chosen design.Personally, I think readmes should be as short and concise as possible. They should be optimally designed and completely dedicated to customer needs, e.g.:
# Interop\Http\Middleware
.# Install
section:# Usage
section: a tiny code snippet, whichuse Interop\Http\Middleware\ServerMiddlewareInterface;
etc.FAQ.md
# License
section:@shadowhand: I'm willing to create a PR for that.