Re: [webrtc-encoded-transform] Use unsigned long instead of long for positive values (#126)

@dontcallmedom is there some design guidance here on unsigned? I only found [ยง 8.1. Use numeric types appropriately](https://w3ctag.github.io/design-principles/#promises-and-events) which doesn't say.

My purely personal preference is unsigned for ids and signed for any scalar values like width and height, where > and < may be used, as I've seen bugs from code doing 0 < n or math that ends with bugs because they suddenly get a giant value. 

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/pull/126#issuecomment-1177746973 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 7 July 2022 14:56:53 UTC