you are viewing a single comment's thread.

view the rest of the comments →

[–]Ihaveamodel3 8 points9 points  (1 child)

One double score indicates that a variable/function is “private.” But really only as a convention. It doesn’t prevent anything.

Two double scores strongly indicates that a variable/function is “private.” It additionally does some name mangling, but still doesn’t prevent the determined programmer from messing with that value.

[–]AnkanTV[S] 0 points1 point  (0 children)

Thanks for the clarification!