1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 04:42:24 +03:00

Don't recommend emphasising parts of package names

This commit is contained in:
Artyom 2016-05-11 21:09:28 +03:00
parent e7b0c3ddb2
commit 282b898d8b

View File

@ -66,10 +66,3 @@ xToY :: X -> Y
xToY X = Y
~~~
~~~~
### “Ecosystem” fields
* When the field becomes long, use bullet points
* Don't forget to emphasise meaningful parts: “[**zlib**-lens](@hk)” instead of “[zlib-lens](@hk)”
* When it's hard to understand what the package does just by its name, clarify it in parens: “[lens-properties](@hk) (for Quickcheck)”
* When only a part of a package is relevant (e.g. one module), link to that module instead of the whole package