Arguments Against const
Let’s learn about the arguments against using const before going into its use.
We'll cover the following...
What are the arguments against const
?
In some cases, const
may be a bit verbose, but at the same time, it will make our code more robust. The behavior of our ...