sidefile-antipattern

From IndieWeb
Revision as of 21:48, 18 December 2014 by Tantek.com (talk | contribs) (missing)


The sidefile-antipattern is a violation of the DRY principle by the use of secondary files (typically in some one-off XML format) to provide information that is a duplicate of information available in primary files on a website (in HTML), and is an antipattern due to typical DRY violation problems such as out-of-date, missing, corrupted, or outright false data.

Examples

Examples of the sidefile antpattern:

See Also