| 1755 | 😠 | Bug | The UI descriptions for the "Subtract" and "Divide" Behavior functions isn't clear and leads to unnecessary trial-and-error. The way the parameters are labeled, we can't clearly tell which one is being subtracted/divided from. Either the labels are accidentally reversed, or they are simply ineffective.
For example, the UI for "Subtract" lists the first parameter, followed by "From" the second parameter, then "Num". It implies that you are subtracting paramater 1 from parameter 2; however, the opposite is what is computed. If the labels are "correct" and properly correlate to what the code intends to do, then the labels are ineffective and should be more clear. I imagine it's the same with the additive math corresponding functions; however, the order of numbers doesn't matter with those, so it's not as visible. Nearly every time I use these functions, I have to first test two known values to see which combination yields the expected return; invariably, I guess wrong and have to swap the parameters around. It isn't a huge deal, but it's a rather silly problem to have. | | 2023-08-28 23:39:43 |