sidefile-antipattern: Difference between revisions

From IndieWeb
m (→‎See Also: webfinger)
m (link back to article)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}


The '''<dfn>sidefile-antipattern</dfn>''' 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.
The '''<dfn>sidefile-antipattern</dfn>''' is a violation of the [[DRY]] principle by the use of [[sidefiles|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 ==
Line 15: Line 15:
* [[antipatterns]]
* [[antipatterns]]
* [[WebFinger]]
* [[WebFinger]]
* [[well-known]]

Latest revision as of 01:38, 23 November 2023


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