Avatar

Connell

Software Engineer

BlogTalksExplainersProjects
#agile#analytics#aop#architecture#bounded-contexts#chess#ci-cd#conways-law#cqrs#ddd#decorator#dotnet#events#firestorm#javascript#jekyll#logging#meetings#microservices#midi#music#platform#refactoring#rest-api#speaking#sre#teams#this#typescript

The Decorator Pattern is a design pattern that allows behviour to be attached to an object without affecting its existing behaviour. It allows concerns to be separated by having one object wrap around another.

You Don't Need Logging Code

28th November 2021 #aop#logging#decorator

This an opinion I've held for some years now. The title is a little disingenuous. What I actually mean is that business classes should not be concerned with what they need to log. Take this example.

Read More
© Connell Sharp 2024. Hosted by GitHub.