Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: poll ideas quest 2007 (holy war)

by ambrus (Abbot)
on Feb 28, 2008 at 22:08 UTC ( [id://671028]=note: print w/replies, xml ) Need Help??


in reply to poll ideas quest 2007

I suggest that My Favorite Holy War is: be repeated with more options, and turned into a double poll like Re: poll ideas quest (housework).

Some more options that come into my mind are:

  • IE vs. Firefox
  • Linux vs. BSD
  • PC vs. Mac
  • Intel vs. AMD
  • Qwerty vs. Dvorak
  • (Update) MySQL vs. SQLite

Please suggest more options.

Update: yes, the point of this poll was to advertize my old poll idea on housework. The holy wars thing is just a convenient excuse for it.

Replies are listed 'Best First'.
Re^2: poll ideas quest 2007
by Tux (Canon) on Mar 18, 2008 at 07:50 UTC
    • vi vs emacs
    • i++ vs ++i
    • indent width
    • tabs vs spaces
    • expr and action; vs action if expr;

    And don't start adding non-IT stuff like music


    Enjoy, Have FUN! H.Merijn
      • vi vs emacs
      • tabs vs spaces

      These two were in the original My Favorite Holy War is: poll, I meant that poll to be extended with options.

Re^2: poll ideas quest 2007
by sasdrtx (Friar) on May 08, 2008 at 11:10 UTC

    Brace placement style. A lot of people tend to be very religious about this.

    # The best way... if (something) { do something; do some more; } else { whatever; whatever; } # The acceptable style: if (something) { do something; do some more; } else { whatever; whatever; } # The classic K&R style (ugh): if (something) { do something; do some more; } else { whatever; whatever; } # The conversational style... if (something) {do something; do some more} else {whatever; whatever}

    I'm not sure if there's any major variants that I've missed.

    sas

      The best, and only acceptable way is, of course:

      # The best way... if (something) { do something; do some more; } else { whatever; whatever; }

      Enjoy, Have FUN! H.Merijn
Re^2: poll ideas quest 2007
by goibhniu (Hermit) on Feb 28, 2008 at 22:52 UTC

    • Perl vs. my @otherlangs = ('Ruby','Python','JAVA');$otherlangs[rand($#otherlangs)];
    • Perlmonks vs. $trollnames[rand($#trollnames)];

    . . . and I'll leave populating @trollnames as an exercise for the reader.


    #my sig used to say 'I humbly seek wisdom. '. Now it says:
    use strict;
    use warnings;
    I humbly seek wisdom.

      $trollnames[rand($#trollnames)];

      That never chooses the last troll. Use $trollnames[rand(@trollnames)] instead.

Re^2: poll ideas quest 2007
by bohrme (Scribe) on Mar 19, 2008 at 13:31 UTC
    The old PC vs. Mac idea isn't as relevant as it once was since the Macs of today (and yesterday to an extent) are built on the same basic architecture as PCs. To be more accurate it should probably read Windows vs. (OS X|Mac|Apple).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://671028]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-03-19 05:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found