TIBCOSoftware / genxdm

GenXDM: XQuery/XPath Data Model API, bridges, and processors for tree-model neutral access to XML.
http://www.genxdm.org/
9 stars 4 forks source link

DOM bridge written as a procedural library with object facade #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is annoying me at the moment, so I'm going to make note of it.

The DOM bridge uses a pattern in which all of the work is done by static 
methods in a "class" (actually a library; it contains only static methods) 
called DomSupport.  It's intensely annoying to encounter this, over and over.  
It really needs to be fixed.

Original issue reported on code.google.com by aale...@gmail.com on 12 Jan 2012 at 8:52

GoogleCodeExporter commented 9 years ago
Closing this one; it's true, and the remaining static stupidity will probably 
remain for some time. So it goes.

Original comment by aale...@gmail.com on 26 Jul 2012 at 8:00