I don't see a lot of interesting arguments. Most of what I see that specifically recommends one job or the other are simply representations of the poster's values.

What I found helpful in deciding between many job offers (esp. while contracting) is a system for evaluating the various things I value in my work. Each thing is essentially a weighted vector.

The point of this whole exercise is to figure out what will make you satisfied with your job choice, and compare jobs based on that (wholly subjective) criteria.

Let's take a simple example. Imagine I find the following things important in a job:

(There are more, but let's keep it simple).

The first step is to assign these weights. I use ranges of 0-1 in 0.1 increments, with 0.5 being the default, and larger values indicating greater importance. That gives me this:
OpportunityDistanceCompensationTypeEnvironmentCulture
0.50.30.70.70.60.3

I then assign a score to each category based on how that job compares to my best possible job. This is a percentage, where the best job I could get would score 100%. For a hypothetical job, that might look like:
OpportunityDistanceCompensationTypeEnvironmentCulture
0.350.950.600.400.600.40

Adding in the weights and totaling:
OpportunityDistanceCompensationTypeEnvironmentCulture
0.851.251.301.101.200.70
For a total score of 6.40 and a mean value of ~1.07

I make sure to do this with my current job as well, then I simply compare scores. If there are a few that are very close in score, I might re-score them with more careful thought, or after asking the potential employer/client some additional questions.

<radiant.matrix>
Ramblings and references
The Code that can be seen is not the true Code
I haven't found a problem yet that can't be solved by a well-placed trebuchet

In reply to Re: Choosing Your Next Programming Job — Perl Or .NET? by radiantmatrix
in thread Choosing Your Next Programming Job — Perl Or .NET? by marto

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.