mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Reword the clean erlang code part
We don't care about parameterized modules anymore. They're gone!
This commit is contained in:
parent
9eaee45c09
commit
b059a1237f
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ Cowboy is a high quality project. It has a small code base, is very
|
||||||
efficient (both in latency and memory use) and can easily be embedded
|
efficient (both in latency and memory use) and can easily be embedded
|
||||||
in another application.
|
in another application.
|
||||||
|
|
||||||
Cowboy is clean Erlang code. It bans the use of parameterized modules
|
Cowboy is clean Erlang code. It includes hundreds of tests and its code
|
||||||
and the process dictionary. It includes documentation and typespecs
|
is fully compliant with the Dialyzer. It is also well documented and
|
||||||
for all public interfaces.
|
features both a Function Reference and a User Guide.
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue