Thoughts On Integers (2023)

19 points by abhin4v


je

Well written, but I continue to strongly disagree about using signed integers for values that should never be negative. This is a variant of violating the rule that illegal values should be unrepresentable. Every time we have to think about a non-negative value being out of range, it gets more complicated if using signed integers.