This post originated from an RSS feed registered with Java Buzz
by Derek Kaczmarczyk.
Original Post: Private Methods Useless?
Feed Title: S T R A Y neuron
Feed URL: http://www.strayneuron.com/mt/techindex.rdf
Feed Description: Java & Open Source musings by dkaz, a connoisseur of elegance through simplicity
Is there any good reason to write "private" methods in Java? I'm not so sure. Virtually every class I write these days ends up having a mix of "public" and "package private" methods. In a way, "private" is my marker...