Key Takeaways
Get a recap of all the concepts learned in this chapter.
We'll cover the following...
We'll cover the following...
We’ll meet developers who don’t think const is helpful and who argue against this practice. We’ve learned about their arguments and how to respond to them:
constis not visual noise because it doesn’t repeat informationconstis not confusing if used correctly, and we can use it even if it has not been used in the codebase beforeconstwill not harm performance, and in fact can help the compiler to optimize results if it is used correctly