R
Ryan Liu
I agree best way to learn is to try out myself. But for simple things, I
hope document will be very clear and useful.
Sometime I feel the MSDN document is too simple, so simple just as repeating
name itself.
For instance, OpenFileDialog Class document:
"This class allows you to check whether a file exists and to open it. The
ShowReadOnly property determines whether a read-only check box appears in
the dialog box. The ReadOnlyChecked property indicates whether the read-only
check box is checked."
Bascially it explains "ReadOnlyChecked" means "Read Only Checked". But it
does not tell the core thing: what's this checkbox use for?
Is it used as a filter to only show read only files or it open files in read
only mode? (The doc also says its OpenFile method always open in readonly
mode).
Maybe this example is not very typical, but I often see similar things. Ocz,
this is same for JavaDoc, and comments in our own code. Boss says "must have
comment for all public methods", then sometime we do write useless things.
All the Best in 2008!
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
Ryan Liu
Shanghai Fengpu Software Co. Ltd
Shanghai , China
http://www.PowerCATI.com Powerful CATI!
http://www.fpsoft.net.cn
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
hope document will be very clear and useful.
Sometime I feel the MSDN document is too simple, so simple just as repeating
name itself.
For instance, OpenFileDialog Class document:
"This class allows you to check whether a file exists and to open it. The
ShowReadOnly property determines whether a read-only check box appears in
the dialog box. The ReadOnlyChecked property indicates whether the read-only
check box is checked."
Bascially it explains "ReadOnlyChecked" means "Read Only Checked". But it
does not tell the core thing: what's this checkbox use for?
Is it used as a filter to only show read only files or it open files in read
only mode? (The doc also says its OpenFile method always open in readonly
mode).
Maybe this example is not very typical, but I often see similar things. Ocz,
this is same for JavaDoc, and comments in our own code. Boss says "must have
comment for all public methods", then sometime we do write useless things.
All the Best in 2008!
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
Ryan Liu
Shanghai Fengpu Software Co. Ltd
Shanghai , China
http://www.PowerCATI.com Powerful CATI!
http://www.fpsoft.net.cn
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.