Content deleted Content added
→top: Fowler coined the name, but did not invent the technique Tags: Mobile edit Mobile app edit Android app edit App full source |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1:
{{Short description|Computer science architectural pattern}}
In programming, the '''strangler fig pattern''' or '''strangler pattern''' is an [[architectural pattern]] that involves wrapping old code, with the intent of redirecting it to newer code or to log uses of the old code.
The pattern can be used at the [[Method (computer programming)|method]] level or the [[Class (computer programming)|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>
Line 14:
== See also ==
* [[List of software architecture styles and patterns]]
== External links ==
* https://learn.microsoft.com/en-us/azure/architecture/patterns/strangler-fig
* https://martinfowler.com/bliki/StranglerFigApplication.html
== References ==
|