Re: [xml-dev] XML as "passive data" (Re: [xml-dev] The Browser Wars are Dead! Long Live the Browser Wars!)

From
<>
To
Date
2002-10-24T10:14:13Z
ID
<>
Thread
Re: [xml-dev] XML as "passive data" (Re: [xml-dev] The Browser Wars are Dead! Long Live the Browser Wars!)
On Wednesday, October 23, 2002, at 10:19  PM, K. Ari Krupnikov wrote:

> I disagree. Making something private marks it as unimportant to the
> user (who, as the saying goes, might be you in three months).

Whats unimportant to you may be crucial to me.  You're not qualified to 
make that call.  Neither am I.

OTOH, I agree that communicating that you think its unimportant or 
possibly unreliable (ie you might capriciously change it in the next 
version) is good.  But I don't believe the compiler should *enforce* 
that.  Because its up to me whether I want to take that risk.

FWIW, the convention in ObjectiveC is to make methods intended to be 
private start with an underscore.  Like _recalculateInternalState or 
something.