Re-visit modeling practices #42
Labels
area_infrastructure
bounty_donation
Non-compensated work
p3
Still deciding if we want this
type_refactor
This package appears to introduce artificial constructs in the RSS data structure for the purpose of grouping extensions.
For example, the
RssFeed
object contains aRssItunes
child and aRssPodcastIndex
child. These names don't exist in the spec. The properties within these objects should technically be supported directly withinRssFeed
(FYI:RssFeed
seems to meanchannel
from an XML perspective).Why was this modeling approach chosen? Why not name all classes and properties to reflect the XML names in the spec?
The text was updated successfully, but these errors were encountered: