Phillip Johnson
Phillip Johnson’s Blog

Phillip Johnson’s Blog

Follow
Follow
homebadgesnewsletter
Tag

clean code

#clean-code

More content

Read more stories on Hashnode


Articles with this tag

The Difference Between Dependency Inversion and Dependency Injection

Apr 9, 20229 min read

The difference between inverting a dependency and simply injecting it · Introduction Understanding Dependency Inversion has been a long journey for me. I...

The Difference Between Dependency Inversion and Dependency Injection

Single Responsibility Principle - It Isn't What You Think It Is

Apr 2, 20227 min read

SRP - the most misunderstood SOLID Principle · Introduction The Single Responsibility Principle is the most misunderstood of all the SOLID Principles....

Single Responsibility Principle - It Isn't What You Think It Is

Is it time to redefine TDD?

Mar 15, 20224 min read

Everybody talks about it, hardly anybody does it... should we redefine what Test Driven Development means? · Everybody asks for TDD but nobody uses...

Is it time to redefine TDD?

DDD - Events Are Complex

Mar 5, 20224 min read

Why do Events matter so much in Domain Driven Design? · The Evolution of Events in Domain Driven Design Most aspects of modern software engineering can...

DDD - Events Are Complex