0

Cappuccino defines a _UID property for every instance of objects it creates, but is this used for anything?

Richard Durr
  • 3,081
  • 3
  • 20
  • 26

1 Answers1

1

It's used in dozens of places, which you could see by doing something like "git grep UID" on the source code. Most often it is used as a hash key. Also, it's spelled "Cappuccino."

Ross Boucher
  • 704
  • 2
  • 6
  • 10