samugallen / Income-Tax-Calculator

An example of my code in the form of an income tax calculator
0 stars 0 forks source link

Provenance #1

Open jar398 opened 9 years ago

jar398 commented 9 years ago

May I suggest you put comments in the source code giving the provenance of the formulas you use, e.g. the bracket ranges, intercepts, and rates. I am suspicious of what I see because there is no 25% bracket. A URL for the place where you got the formulas would help potential users gain confidence in your code.

samugallen commented 9 years ago

This a good idea, which I will try to get around to implementing.

The tax brackets in this example were taken from the Australian Taxation Office here: https://www.ato.gov.au/Individuals/Income-and-deductions/How-much-income-tax-you-pay/Individual-income-tax-rates/

On Mon, Jan 26, 2015 at 3:54 AM, Jonathan A Rees notifications@github.com wrote:

May I suggest you put comments in the source code giving the provenance of the formulas you use, e.g. the bracket ranges, intercepts, and rates. I am suspicious of what I see because there is no 25% bracket. A URL for the place where you got the formulas would help potential users gain confidence in your code.

— Reply to this email directly or view it on GitHub https://github.com/samugallen/Income-Tax-Calculator/issues/1.