my agenda here is I'm trying to come up with some rough guidelines to help people understand when it makes sense to use floating point and when it doesn't.
So far I have "if your code is doing statistics/trigonometry/calculus/square roots, you probably want floating point! But if not... consider an integer instead". I think it still needs more nuance but it's a start.