Yeah const everything. mutable is a smell for me. If I have to use a mutable variable I'm probably doing something hacky.
Login to reply
Replies (1)
Sure, but the language's conventions are very reliant on reassignment. And const doesn't prevent mutation anyway. I say this as someone whose favorite language is clojure