Strangler fig pattern: Difference between revisions

Content deleted Content added
headings
Line 11:
== Logging ==
Another use of this pattern is the addition of logging to old code. For example, logging can be used to see how frequently the code is used in production, which can be used to decide whether to delete low-usage code, or to rewrite high-usage code.<ref>{{Cite book |last=Clausen |first=Christian |title=Five Lines of Code: How and when to refactor |publisher=[[Manning Publications]] |year=2021 |isbn=9781617298318 |pages=206–208}}</ref>
 
== References ==
{{Reflist}}
 
== See also ==
* [[List of software architecture styles and patterns]]
 
== References ==
{{Reflist}}
 
{{Comp-sci-stub}}