Code Smell 96 - My Objects
You don't own objects.
TL;DR: don't use my as a name prefix.
Problems
Lack of context
Bijection Fault
Solutions
Remove my prefix.
Change to a role suggesting name.
Context
Several old tutorials use the word 'my' as a lazy name.
This is va...
maximilianocontieri.com1 min read
Nahuel Garbezza
Software Craftsperson at 10Pines
Oh, that's a good one Maxi!
I've also seen a lot of
NewXXXorCustomXXX, those are evil!