lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proposals for LM B. Scheme tutorial


From: Nicolas Sceaux
Subject: Re: proposals for LM B. Scheme tutorial
Date: Sun, 21 Jun 2009 10:46:37 +0200

Le 20 juin 09 à 23:18, Mark Polesky a écrit :


Nicolas Sceaux wrote:
  #(begin

  (define foo 0)
  (define bar 1)

  )

The formatting is bad.

#(begin
  (define foo 0)
  (define bar 1))

Parentheses are never left alone on a line.

I respectfully* disagree:
http://community.schemewiki.org/?scheme-style#H-189ddlj

Where it puts that parens alone are a rare exception.
Remember that you're writing a tutorial. Using a good, consistent style
is primordial, so that users that learn from it may in turn use a good
style. It's a pain to read badly formatted code.

Nicolas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]