From 282b898d8b81c9e874c843fefc3bf8e4eff97c51 Mon Sep 17 00:00:00 2001 From: Artyom Date: Wed, 11 May 2016 21:09:28 +0300 Subject: [PATCH] Don't recommend emphasising parts of package names --- static/unwritten-rules.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/static/unwritten-rules.md b/static/unwritten-rules.md index 16dc774..91e2017 100644 --- a/static/unwritten-rules.md +++ b/static/unwritten-rules.md @@ -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