[Webkit-unassigned] [Bug 221225] Implement WebXR getViewerPose and getPose

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 03:12:52 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=221225

--- Comment #25 from youenn fablet <youennf at gmail.com> ---
> IMO it's a good practice to use const on local variables that don't change
> (e.g some discussion about this here:
> https://www.bfilipek.com/2016/12/please-declare-your-variables-as-const.
> html). I wish C++ had implicit const by default :)
> 
> I removed the const to follow the same style as existing code. This could be
> a https://webkit.org/code-style-guidelines/ follow-up discussion

Agreed this adds some nice properties but this makes reading the code is a bit more tedious.
Starting a webkit thread might be indeed be a good idea.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210218/e6fd8cab/attachment.htm>


More information about the webkit-unassigned mailing list