Beachten Sie, dass eine Zuweisung nicht als Laden eines Wertes in eine benannte Speicherzelle interpretiert werden sollte. Die Benennung eines Objekts sollte auch nicht so verstanden werden, dass das Objekt so verändert wird, dass es seinen Namen erhält. Im Gegenteil, die Vergabe eines Namens sollte als Erinnerung an ein Objekt mittels eines Etiketts verstanden werden. Da eine Unterscheidung auch nicht das Privateigentum des Namens ist, steht es Ihnen frei, einer Unterscheidung so viele Namen zu geben, wie Sie wollen.
~
A developer always seeks greater understanding of software engineering and design. Sometimes luck intervenes and a Mentor helps to advance one's abilities. However, there are only so many of these rare encounters, and thus, not everyone is afforded such opportunities. …
Note that assignment should not be interpreted as loading a value into some named memory cells. Naming an object should not be seen along the lines of modifying the object to hold its name either. On the contrary, the act of giving a name should be thought of in terms of remembering an object by means of a label. Also, since a distinction is not the private property of the name either, you are free to give a distinction as many names as you want.