mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
Using `const` should not be warned about everywhere if it does not have a clear advantages. Compilers are able to deduce constness in most cases and on top of that, it's generally accepted that using `const` communicates developer intent above all else.
2.8 KiB
2.8 KiB