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

Add the “unwritten rules” page

This commit is contained in:
Artyom 2016-03-20 13:50:23 +03:00
parent 7cb7a79660
commit aa6efe9d9a
4 changed files with 88 additions and 18 deletions

View File

@ -358,6 +358,10 @@ main = do
Spock.get "donate" $ do
lucidIO $ renderDonate
-- Unwritten rules
Spock.get "unwritten-rules" $ do
lucidIO $ renderUnwrittenRules
-- Haskell
Spock.subcomponent "haskell" $ do
Spock.get root $ do

View File

@ -13,6 +13,7 @@ module View
renderRoot,
renderDonate,
renderCategoryPage,
renderUnwrittenRules,
-- * Tracking
renderTracking,
@ -152,10 +153,14 @@ renderDonate = doctypehtml_ $ do
title_ "Donate to Artyom"
includeCSS "/css.css"
renderTracking
body_ $
toHtmlRaw =<< liftIO (readFile "static/donate.html")
renderUnwrittenRules :: HtmlT IO ()
renderUnwrittenRules = wrapPage "Unwritten rules" $ do
toHtml . renderMarkdownBlock =<<
liftIO (T.readFile "static/unwritten-rules.md")
-- Include all the necessary things
wrapPage :: Text -> HtmlT IO () -> HtmlT IO ()
wrapPage pageTitle page = doctypehtml_ $ do
@ -240,7 +245,7 @@ renderHelp = do
toHtml $ renderMarkdownBlock help
helpVersion :: Int
helpVersion = 2
helpVersion = 3
-- TODO: when conflicts happen, maybe create an alert like “The thing you're
-- editing has been edited in the meantime. Here is a link with a diff of

View File

@ -1,10 +1,12 @@
You can edit everything, without registration. (But if you delete everything, I'll roll it back and then make a voodoo doll of you and stick some needles into it).
The most important rule is: **it's collaborative notes, not Wikipedia**. In other words, incomplete entries like this are welcome here:
The most important rule is: **it's collaborative notes, not Wikipedia**. This implies two things. First, incomplete entries like this are welcome here:
> **pros:** pretty nice API\
> **cons:** buggy (see an example on my Github, here's the link)
Second, you should write as if you were writing for a friend. If a friend asks you about X, you don't go on X's site and copy the standard “X is a powerful modern framework blah blah blah” blurb well, don't do it here either. Here is the whole version of the [unwritten rules](/unwritten-rules), except that they are written and aren't rules.
Markdown is supported in most places. 2 noteworthy features: you can write `[pkg](@hk)` to get a link to package `pkg` on Hackage (the full list of shortcuts is [here](https://hackage.haskell.org/package/shortcut-links/docs/ShortcutLinks-All.html), and you can mark snippets of code with `repl` to show that they come from GHCi:
~~~~
@ -14,20 +16,6 @@ Markdown is supported in most places. 2 noteworthy features: you can write `[pkg
~~~
~~~~
Some additional guidelines/observations/etc that probably make sense:
* sort pros/cons by importance
* a library can be in several categories list only pros/cons and examples that are relevant to the category
* don't write about a library if it's worse than all other libraries and doesn't have *anything* that could make it the preferred choice in some situation
* if you don't like something for any reason, edit it
* if you're unsure about something, still write it (just warn others that you're unsure)
* if you have useful information of any kind that doesn't fit, add it to the category notes
Finally, all content here is licensed under [CC BY-SA 3.0][] (it's the same license as on Wikipedia and Stackoverflow).
Finally, all content here is licensed under [CC BY-SA 3.0][] (it's the same license as on Wikipedia and Stackoverflow), and so everything that you contribute will be under that license as well.
[CC BY-SA 3.0]: https://creativecommons.org/licenses/by-sa/3.0/

73
static/unwritten-rules.md Normal file
View File

@ -0,0 +1,73 @@
# Unwritten rules
If you disagree with any of these “rules”, ignore them! I don't think they are right, I just think they are better than what people would be doing otherwise if they didn't have any opinions on the matter.
## What to include
Sort things by importance and don't try to write *everything*. The problem is that when you see 2 columns titled “pros” and “cons”, it makes people want to try and come up with as many pros/cons as possible (well, actually I don't know about *people*, but it does happen to me all the time, so it probably happens to others too). This should be avoided at all costs. Same with items themselves (e.g. libraries) don't list all related libraries, list all libraries that could conceivably be chosen. The test is simple: if you can't say under what conditions a person would choose A over B, and B is already on the list, don't add A. I can very well relate to the vague feeling of “but A deserves to be mentioned too”, but still, don't.
On the other hand, there's another problem that should somehow be avoided. Let's take the section about books RWH and LYAH are often recommended to people, but there's Haskell Programming From First Principles (that book at <haskellbook.com>) and it's regarded to be Totally Better Than LYAH And RWH Put Together. Even despite the fact that the former 2 are free and the latter one isn't, all 3 books still have to be mentioned otherwise, how is the reader going to know that LYAH was omitted because it's bad and not because everyone forgot to write about it? That's the problem that comes up very often, with lists like [What I Wish I Knew When Learning Haskell](http://dev.stephendiehl.com/hask/) and [State Of The Haskell Ecosystem](https://github.com/Gabriel439/post-rfc/blob/master/sotu.md) there are people who wouldn't trust them not because they don't trust the author's good intentions, but because they are afraid that the author simply didn't list something worth mentioning. This leads to endless Google searches and traversals of related Hackage categories (and there are way too many packages on Hackage).
In a nutshell:
* don't list things that aren't really distinguishable from the already listed things
* do list things that people are likely to be *considering*, even if they aren't likely to actually choose them
## Descriptions
Unhelpful descriptions are unhelpful. For instance, here are bad [descriptions](http://www.alternative.to/category/internet/browsers) of several browsers:
> Opera is a web browser and internet suite developed by the Opera Software company. The browser handles common Internet-related tasks such as [...]
> Mozilla Firefox is a free, open source, cross-platform, graphical web browser developed by the Mozilla Corporation and hundreds of volunteers. [...]
> Google Chrome is a web-browser from Google released on September 2nd, 2008. There are three main areas on which Google intends to improve the [...]
These aren't descriptions, these are blurbs. Who the hell cares that Chrome was released on September 2nd? Why mention hundreds of volunteers? Who on earth invented the phrase “common Internet-related tasks”? The purpose of these “descriptions” has nothing to do with trying to help the reader.
A description should convey information that isn't conveyed elsewhere. For instance, the reason the library/book/etc was created e.g. “this is a fork of X” suggests that there are some problems with X, and for someone they were important enough to bother to fork it. What's more interesting, it's a *stronger* signal than saying “X has such-and-such problems” explicitly. Everything has problems; not everything has forks.
A description should also summarise the pros/cons “use this if X; don't use this if Y”. Yes, it doesn't give any new information, but it still helps the reader.
## Code examples
When giving long code examples, don't do this:
~~~~
Here we define data types:
~~~ hs
data X = X
data Y = Y
~~~
And here we define a conversion:
~~~ hs
xToY :: X -> Y
xToY X = Y
~~~
~~~~
This makes it harder to copy the code (e.g. if you want to play with it). Instead, write comments as comments, but still break code into sections:
~~~~
~~~ hs
-- Here we define data types
data X = X
data Y = Y
~~~
~~~ hs
-- And here we define a conversion
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