[webkit-dev] Unsigned to avoid negative values
Michael Catanzaro
mcatanzaro at redhat.com
Tue Jan 24 06:58:05 PST 2023
On Tue, Jan 24 2023 at 02:00:11 AM -0800, Myles Maxfield via webkit-dev
<webkit-dev at lists.webkit.org> wrote:
> What do you think?
This has been a best practice for a long time now. It's a good rule to
reduce bugs if adopted consistently, but I also fear that if we were to
try to adapt existing WebKit code to follow these guidelines, we might
accidentally introduce a lot of new bugs, especially regarding
container types like Vector. So I don't know what to think!
More information about the webkit-dev
mailing list