Regarding not using `const` for constants, because...
# getting-started
b
Regarding not using
const
for constants, because "ability to modify the getters later” - isn’t that contrary to the concept of a constant? 😛