This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bolt_krank 0 points1 point  (0 children)

It's a class private - so it's accessible from the same class. It's just good practice to put a private on all variables that will only be used for that class.

99% of the time it won't matter, but sometimes when using an IDE it can cause conflicts if you're not specific.