nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
237 stars 64 forks source link

doc_down: todo list #733

Open Morriar opened 9 years ago

Morriar commented 9 years ago

Pre-processing:

Checking:

Plus:

privat commented 9 years ago

Synopsis trop (combien?) long.

Morriar commented 9 years ago

Configurable via option avec un default. Étant donnée la largeur des nouveaux écrans j'irais jusqu'à 100 max 110.

Fun facts:

Bref y'a pas vraiment de recette magique.

Pourquoi je dis entre 100 et 110 alors?

D'ailleurs j'aime beaucoup cet article qui se demande si la limite à 80 a encore du sens. Quelques remarques intéressantes qui en sont issues:

An 80 character limit has no relevance any more with modern computer displays. [...] If you write code 80 columns wide, you can relax knowing that your code will be readable and maintainable on more-or-less any computer in the world. Another nice side effect is that snippets of narrow code are much easier to embed into documents or blog posts. [...] C (ndlr: nit aussi) generally has much shorter identifier names, and subsequently much shorter lines than, say, a .NET language. [...] For open-source projects, or other situations where you don’t know who’s going to be reading your source code, tradition dictates that you stick with 80.