5 ms·
No offense. What exactly is the cost of using "var" instead of "const"? You seem to pretend it to be a big deal.
by flying-pig 3y ago
No offense. What exactly is the cost of using "var" instead of "const"? You seem to pretend it to be a big deal.
- fyzix 3y agoIt sacrifices maintainability and robustness to save a measly 80 bytes (I counted).