Open Morriar opened 10 years ago
Synopsis trop (combien?) long.
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.
Pre-processing:
Checking:
foo
Bar::foo
, also check visibility of the targetPlus:
SEE:
link