joshfaulkner@lemmy.worldtoAsklemmy@lemmy.ml•You can change the spelling of one word in the English language to match how they are pronounced. What word do you pick?
2·
1 year agoGH as in “laugh”? People’d start flame wars over whether “FIF” is the intended pronunciation…
I know this is /c/Progammerhumor, but I wanted to pull on this thread a little bit for my own edification. I’m a Python guy and have been a while, but I’ve dabbled in other languages. The screenshot says “MonoBehaviour” which makes me assume this is mono or a .Net-like language (you know what happens when you assume).
If your player health is a float, would mono or .Net have an issue comparing the float with integer zero “0”? I mean, it seems like floating point precision may make it impossible for it to ever “equal” integer zero, but it also seems like the code isn’t accounting for that precision error.
Am I overthinking this?