[wlug_org] Online Voting & Wellylug monies etc....
Jamie Baddeley
wlug_org@lists.naos.co.nz
Mon, 09 Aug 2004 09:01:56 +1200
On Mon, 2004-08-09 at 08:28, Wood Brent wrote:
> > > a good programming paradigm to this effect :-)
> >
> >
> > #!/usr/bin/perl
> >
> > while ()
> > {
> > print "We have money. We must spend it.\n";
> > sleep 2;
> > print "What shall we spend it on?\n";
> > sleep 2;
> > print "We will vote!\n";
> > sleep 2;
> > print "We have made a decision!\n";
> > sleep 2;
> > }
>
>
> First question: why MUST we spend it, seems like a rule has appeared from thin
> air.
>
-Formality avoidance strategy.....
"..There is, however a risk once money starts floating around of
wellylug being seen (legally) as effectively a partnership doing
business (which means all members are equally liable). So if we're
going to build up a war chest of money, etc then some more formality
might be in order..."
Ewen McNeill.(July 30)
> It also seems a bit short on reading input, but that's OK, coz the cabal will
> decide for them!! It does look they are given some say though, which is nice
> :-)
>
>
>
> Brent