Skip to Content.
Sympa Menu

devel - Re: [sympa-developpers] Plans for Sympa

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Guillaume Rousse <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-developpers] Plans for Sympa
  • Date: Wed, 20 Mar 2013 15:09:13 +0100

Le 18/03/2013 10:42, Marc Chantreux a écrit :
hello,

On Mon, Mar 18, 2013 at 09:57:48AM +0100, Guillaume Rousse wrote:
into an additional useless indentation step:
$foo->bar(
{
param1 => value1,
param2 => value2
}
);

which is close than what i would write. I just use the operator line
continuation
which gives:

$foo->bar(
{ param1 => value1
, param2 => value2 }
);
Well, I already converted most of those hashref-based interfaces into plain hash interfaces, to spare us yet another wonderful bikeshedding discussion :)
--
Guillaume Rousse
INRIA, Direction des systèmes d'information
Domaine de Voluceau
Rocquencourt - BP 105
78153 Le Chesnay
Tel: 01 39 63 58 31

Attachment: smime.p7s
Description: Signature cryptographique S/MIME




Archive powered by MHonArc 2.6.19+.

Top of Page