mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02: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