Strangler fig pattern: Difference between revisions

Content deleted Content added
Adding short description: "Computer science architectural pattern"
m WP:GENFIXES on recently created page, added orphan, uncategorised tags
Line 1:
{{Short description|Computer science architectural pattern}}
{{Orphan|date=January 2024}}
 
In programming, the '''strangler fig pattern''' or '''strangler pattern''' is an [[Architectural pattern|architecture pattern]] that involves wrapping old code.
 
Line 8 ⟶ 10:
[[Martin Fowler (software engineer)|Martin Fowler]] created this pattern.<ref name=":0" /> Its name derives from the [[strangler fig]] plant, which tends to grow on trees and eventually kill them.
 
The strangler fig pattern tends to be used on [[Monolithicmonolithic application|monolithic applications]]s, and it can be used to migrate to [[microservices]].<ref name=":0" /> The pattern can be used at the method level or the class level.<ref>{{Cite book |last=Seemann |first=Mark |title=Code That Fits in Your Head: Heuristics for Software Engineering |publisher=[[Addison-Wesley]] |year=2022 |isbn=978-0-13-746440-1 |pages=228–237}}</ref>
 
== References ==
Line 15 ⟶ 17:
 
{{Comp-sci-stub}}
{{Uncategorized stub|date=January 2024}}