Property declaration help [duplicate]

If you use an underscore convention you can know at a glance if code is using a property or a class member variable within class methods. There’s no technical reason for this, it’s personal preference. Depending on what you are doing it can be helpful. It’s certainly not necessary if you choose not to do it.

Leave a Comment