naming The Art of Naming Today we all know now that variables should not be called x or y, not even i nor n, when we use the famous “for”... but do you really know why? have you
naming About names when designing with objects One of the recurrent problems I see when teaching OO design is the “names” used by the programmers to name classes, methods, etc.