包阅导读总结
1. 关键词:模式、架构、PLoP、软件、问题解决
2. 总结:本文主要介绍了模式的定义、起源和价值,包括模式是可复用的问题解决方案,其起源可追溯至 Christopher Alexander,还列举了相关书籍。同时提到了 PLoP 会议,鼓励参加今年的会议,并指出模式对软件架构和决策的重要性。
3. 主要内容:
– 模式介绍
– 定义:是在特定情境中可复用的问题解决方案
– 构成元素:包括问题情境、解决方案、相关力量、后果、相关模式等
– 模式起源
– 追溯至 Christopher Alexander 对现实世界建筑的研究
– 被软件社区发现,如 Gang of Four 的相关著作
– 相关书籍
– 如 Martin Fowler 和 Gregor Hohpe 的作品
– PLoP 会议
– 是模式社区的聚会,始于 1994 年
– 今年在俄勒冈州波特兰外举行
– 作者与模式
– 作者对模式的兴趣和经历
– 帮助与建议
– 作者可提供软件架构方面的帮助
思维导图:
文章地址:http://microservices.io//post/patterns/2024/06/13/about-plop.html
文章来源:microservices.io
作者:Chris Richardson
发布时间:2024/6/13 8:07
语言:英文
总字数:754字
预计阅读时间:4分钟
评分:81分
标签:模式,软件开发,PLoP会议,Christopher Alexander,四巨头
以下为原文内容
本内容来源于用户推荐转载,旨在分享知识与观点,如有侵权请联系删除 联系邮箱 media@ilingban.com
PLoP: the gathering of the patterns community
architecture architecting pattern
Public workshop: Sept 23rd-25th – Architecting for fast, sustainable flow – enabling DevOps and Team Topologies thru architecture. Learn more and enroll.
Throughout my career, numerous individuals and communities have shaped my thinking.Perhaps the most influential of these is the patterns community.In this article, I briefly describe the history of patterns, why I find them valuable, and why you should consider attending the PLoP 2024 conference.
What is a pattern?
The simplest definition of a pattern is that it is reusable solution to a problem occurring in a context.It’s a nicely distilled chunk of knowledge that you can apply if you have the same problem in a similar context.
Patterns = a valuable problem solving framework
There’s usually more to a pattern than simply context, problem, and solutionAs I described in a 2016 article Why a pattern language for microservices? and the more recent talk Using patterns and pattern languages to make better architectural decisions, a pattern often consists of several valuable elements:
- Forces – the (possibly conflicting) concerns that you must consider when solving the problem in the context
- Consequences:
- Benefits – the forces that the pattern resolves
- Drawbacks – the forces that the pattern leaves unresolved
- Issues – the new sub-problems that the solution introduces
- Related patterns:
- Alternatives – other solutions to the same problem
- Successors – patterns that solve the problems introduced by this pattern
As a result, patterns are a great framework for thinking about problems and solutions.For example, the attendees of a recent Architecting for fast, sustainable flow workshop described how the dark energy and dark matter forces were a valuable way to structure architecture and design discussions.
Moreover, as I describe in #becauseItDepends Finding your inner Vulcan: unemotional decision making with pattern-style thinking you don’t even need formally use patterns to find the ideas valuable.The concepts of forces – issues that you need consider – and consequences – a given solution is both good and bad – are useful in their own right.They are an antidote to the all to common Suck/Rock dichotomy that we often fall into when making decisions.
Patterns started with Christopher Alexander
The origins of patterns can be traced back to the work of Christopher Alexander.In the 1970s, he published a series of books on real-world architecture.In these books, he described a pattern language for designing buildings and towns.Eventually, he was discovered by the software community.In 1996, Christopher Alexander gave a keynote at the OOPSLA conference: article and video.An experience he described as “pretty strange” since he knew little about software.
The Gang of Four
The most famous book on software patterns is the Gang of Four’s Design Patterns, which was published in 1994.
The big ball of mud
These days we often use the term ‘big ball of mud’ to describe a messy software system.Here’s the original 1999 paper Big Ball of Mud by Brian Foote and Joseph Yoder.It describes a collection of patterns including Big Ball of Mud and attempts to explain why this architectural style is so popular and what to do about it.
Two of my favorite patterns books
Numerous other books on patterns have been published.Two of my favorites are Martin Fowler’s Patterns of enterprise application architecture and Gregor Hohpe’s Enterprise integration patterns.Gregor’s book is especially valuable today because it describes a pattern language for messaging-based applications: i.e. microservice architectures.
About PLoP: Pattern Languages of Programs, People & Practices
PLoP is a conference where the patterns community gather to discuss, and learn.The first PLoP was in 1994.
Patterns and me
I’ve been excited about patterns since I first read the Gang of Four book.I also have very fuzzy memories of going to patterns study groups in the late 1990s.My paper A Pattern Language for J2EE Web Application Development (PDF) was accepted at PLoP 2001 but sadly, I couldn’t attend due to 9/11.I finally made it to PLoP in 2017, where I gave a talk on the microservices pattern language and received valuable feedback.My book Microservices patterns was published in 2018.
Why attend PLoP 2024?
This year the PLoP conference is at the Skamania Lodge just outside of Portland, Oregon.It’s a great opportunity to learn from the truly smart people who have shaped modern software development.To learn more about PLoP, and, hopefully, register please see the website.I hope to be there too!
Need help with accelerating software delivery?
I’m available to help your organization improve agility and competitiveness through better software architecture: training workshops, architecture reviews, etc.
Learn more about how I can help