in reply to poll ideas quest 2016

The best way to implement the tax code to actual perl code:

Replies are listed 'Best First'.
Re^2: poll ideas quest 2016
by Ratazong (Monsignor) on Mar 18, 2016 at 07:45 UTC
    • Taxes are a poor-people-thing: $tax = ($income < 1000000 ? $income/3 : 0);
       any of above * $tax_evasion_factor;

      L*

      There are no rules, there are no thumbs..
      Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.
Re^2: poll ideas quest 2016
by ExReg (Priest) on Mar 18, 2016 at 14:37 UTC

    Additional ones:

    • Flat tax: $tax = $k * $income;
    • How good is your CPA?: $tax = $k * ( $income - $cpa_income );