@dualhammers in some cases yes, but in some cases being forced to name things has the reverse effect.
Here's two lines that I've just renamed the labels for:
Where it was basicaly, "when-not-two" do "not two", it was a lot of useless noise.
I still give name to things when a specific functionality is going to be reused, but in each case where I only use something once, it doesn't need a name.
@neauoire Ah, that makes sense. Yeah, using it once it doesn't need a name for ease of re-use or reference.