Thanks Markus...

I thought that but was not sure... It also might have been (I don't recall where I read this) that those variables were overides from the parent class... Anyone verify that?

GIno
On 19 Dec 2011, at 11:07, Markus Ruggiero wrote:


On 19.12.2011, at 11:51, Gino Pacitti wrote:

Hi...
In the Wonder examples there are variables with underscore...

        public NSData _data;
        public AjaxUploadProgress _uploadProgress;
        public AjaxProgress _progress;

Any significance???


Hi Gino,

as far as I know from the old days of WebObjects/Objective-C variables with _ were meant to be private vars (there was no public/ private then). Many folks coming from those days still use this naming convention. It is a visual clue to the human developer and has no technical significance. I haven't looked at those examples but I guess that is it. Weird anyway that the vars are public and visually marked private.

---markus---



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to