Hacker News new | ask | show | jobs
by skylabmelody 320 days ago
My suggestion is straight from the C++ guidelines by Bjarne Stroustrup and Herb Sutter (ES.102: Use signed types for arithmetic), for reasons that you don't seem to grasp.
1 comments

There's a reason they're guidelines and not rules. Use whatever is most appropriate for your use case