[jboss-dev] Abstract classes?

Adrian Brock abrock at redhat.com
Thu Jun 4 12:15:12 EDT 2009


On Thu, 2009-06-04 at 10:17 -0500, Jason T. Greene wrote:
> > Frankly, I've got better things to do than worry about whether
> > somebody can understand what a class does from its name without
> > reading the javadoc or even the code (it is open source).
> 
> If we had good javadoc sure, but we don't. Yes everyone can figure 
> everything out from reading the source, but we have a ton of source, and 
>   its a gigantic waste of time for someone to figure out "how" and "why" 
> X is the way it is, then ask the author wasting their time etc etc.
> 

What developers should really concentrate on is what's tested.

I don't care what the javadoc says or what an author thinks their
software does. If its not tested it could do anything.

The tests also give some idea about how the thing should be used,
(something that's a lot more useful than the usually perpetually
out-of-date docs).

Testing is a much higher priority than whether a class should be
AbstractThingyBuilderFactory or other "aesthetic" arguments.

> > The same goes for all the other "feeble" topics that have been drowning
> > the dev-list recently. 
> 
> I didn't realize boot performance, redeployment behavior, public/private 
> APIs, and embedded bootsrap are "feeble" topics. If you don't like them 
> post something you want to talk about.
> 

Stick your e-mail client in threaded mode and you can see examples of
(without naming names): 

* "design by committee"

- JFDI and we can discuss it when you have a working prototype
that gives us something more concrete to talk about and develop.
If you need to collect anything beyond peripheral requirements 
then maybe you're not the best person to lead the project?

* any post that begins +N usually has very little to add to the
discussion, the -1 posts have much more relevance (if you can
see them for "trees")

- good software design is not done via elections its done
by vetoing (fixing) bad design

* further reduxes of "wouldn't it be good if ...", usually by
people who aren't going to do (or resource) the ...

- You want it, you do it

I could go on, but ...
-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx




More information about the jboss-development mailing list