• 1 Post
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle




  • em7@programming.devtoProgrammer Humor@programming.devFixed
    link
    fedilink
    English
    arrow-up
    21
    ·
    edit-2
    1 year ago

    Not sure what financing applications you develop. But what you suggest wouldn’t pass a code review in any financial-related project I saw.

    Using integers for currency-related calculations and formatting the output is no dirty hack, it’s industry standard because floating-point arithmetic is, on contemporary hardware, never precise (can’t be, see https://en.wikipedia.org/wiki/IEEE_754 ) whereas integer arithmetic (or integers used to represent fixed-point arithmetic) always has the same level of precision across all the range it can represent. You typically don’t want to round the numbers you work with, you need to round the result ;-) .




  • I’ve been coding for money for some 18 years. It’s not unheard of to switch from one team to another or one product to another. Are you a contractor (i.e. self-employed independent contractor / consultant)? If so, you can definitely speak about autonomy and you can walk away from it if you don’t like it. If you are an employee, there is no real autonomy whatsoever. HR departments of some companies might want you to believe that you are somewhat valuable for them, in reality, you are an expense - a resource. In any larger company, you are a cog in the wheel. They want you in another team? There might not be much you can do about it.

    I don’t really understand what your role really is. Social skills, research? Are you a manager? Are you a researcher? What does “all of that” mean?