Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
What it would mean is that some users' opinions are "worth" more than others

Well, aren't they? Without casting aspertions on their worth as people, which would mean more to you, an "Wow, I never thought of that. Nicely done" from Merlyn or Sickboy? Some user's opinions ARE worth more, either because they have more experience with Perl, or they have a better bead on what the Monastary is and how it works.

If you troll around the bottom of the XP chart, you'll find something odd: monks who seem to know a great deal about perl, but just don't blend. It reminds me of a manager I had a few years back. He was brilliant, had great skills and tons of experience, but his social skills were so lacking that he drove his entire team away. No one wanted to work with him, and in the end, his childish arrogance cost him his job.

Whe we're typing code into the machine, it doesn't matter how hard we hit the keys or what the semantic values of our variable names connote, because the machine has no feelings. In the real world, however, how the message is delivered is at least as important as the message itself. Consider these replies to a hypothetical question about split:

  • Jesus, you didn't put much effort into this, did you? If you'd read perldoc, you'd see that when called in scalar context, split returns the number of fields found, not their values. Now, next time you have a question, RTFM before bothering us.
  • From perldoc: In scalar context, returns the number of fields found and splits into the @_ array. Use of split in scalar context is deprecated, however, because it clobbers your subroutine arguments.
  • Here's the trouble: you're calling split in scalar context, so it's returning the number of fields, not the values of the fields. Try this:
    @fields = split $line;

You tell me, monks. Which response deserves the most votes? All three give the same information, but in three different ways. Which one is going to help grow the Monastary and add to the community? Which one will leave someone pissed off and unlikely to return?

Seems to me that giving Monks at Level 7+ one "Bless" per day that's worth 2-5 votes could help promote the best nodes, and rid us of the worst. Plus, limiting it to the highest levels will insure that only monks who've put in the time and effort to build the Monastary will have access to the extra power.

-Logan
"What do I want? I'm an American. I want more."


In reply to Re: Re: Bestowing blessings upon monks? by logan
in thread Bestowing blessings upon monks? by rozallin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-29 01:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found