Comment on Ask HN: Naming convention for a percentage stored as a value from 0 to 1Comments−warrenm2yhow about `taxrate`?Or don't store it as a decimal between 0 and 1 - but as a value between 0 and 100 (with possible decimal points, of course), and just call it `taxpct`?
Comments
how about `taxrate`?
Or don't store it as a decimal between 0 and 1 - but as a value between 0 and 100 (with possible decimal points, of course), and just call it `taxpct`?