Skip to content
Navigation menu
Search
Powered by Algolia
Search
Log in
Create account
DEV Community
Close
#
softwaredesign
Follow
Hide
Posts
Left menu
๐
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
10 - Architecture and Organizations โ Conwayโs Law Revisited
Cristian Sifuentes
Cristian Sifuentes
Cristian Sifuentes
Follow
Dec 22 '25
10 - Architecture and Organizations โ Conwayโs Law Revisited
#
csharp
#
dotnet
#
softwaredesign
#
backend
2
ย reactions
Comments
Addย Comment
3 min read
Cohesion Is About Knowledge: Why High Cohesion Makes Code Easier to Understand
Yannick Loth
Yannick Loth
Yannick Loth
Follow
Nov 25 '25
Cohesion Is About Knowledge: Why High Cohesion Makes Code Easier to Understand
#
softwaredesign
#
cohesion
#
architecture
#
ivp
Comments
Addย Comment
8 min read
The Independent Variation Principle as a Thought Framework
Yannick Loth
Yannick Loth
Yannick Loth
Follow
Nov 25 '25
The Independent Variation Principle as a Thought Framework
#
softwaredesign
#
architecture
#
cleancode
#
ivp
Comments
Addย Comment
11 min read
Inheritance vs Composition: The Independent Variation Principle Explains Why
Yannick Loth
Yannick Loth
Yannick Loth
Follow
Nov 24 '25
Inheritance vs Composition: The Independent Variation Principle Explains Why
#
softwaredesign
#
cleancode
#
oop
#
ivp
Comments
Addย Comment
5 min read
Improve Your Application Quality and Stability: Hereโs How We Lost Focus โ and How to Get It Back
Leon Pennings
Leon Pennings
Leon Pennings
Follow
Nov 10 '25
Improve Your Application Quality and Stability: Hereโs How We Lost Focus โ and How to Get It Back
#
softwareengineering
#
richdomainmodels
#
softwaredesign
#
softwarequality
Comments
Addย Comment
4 min read
Tell Me Why My Design Will Fail
Leon Pennings
Leon Pennings
Leon Pennings
Follow
Nov 7 '25
Tell Me Why My Design Will Fail
#
softwareengineering
#
richdomainmodels
#
softwaredesign
#
oop
Comments
Addย Comment
5 min read
Framework Lock-In: Are you building a productโor just a framework extension?
Amirsaeed Sadeghi Komjani
Amirsaeed Sadeghi Komjani
Amirsaeed Sadeghi Komjani
Follow
Nov 4 '25
Framework Lock-In: Are you building a productโor just a framework extension?
#
architecture
#
softwaredesign
#
systemthinking
#
developers
1
ย reaction
Comments
4
ย comments
1 min read
All decisions are wrong, but some are better
Shalvah
Shalvah
Shalvah
Follow
Nov 4 '25
All decisions are wrong, but some are better
#
softwaredesign
#
engineeringtechniques
4
ย reactions
Comments
1
ย comment
4 min read
Making non-atomic actions atomic using intents
Shalvah
Shalvah
Shalvah
Follow
Oct 27 '25
Making non-atomic actions atomic using intents
#
softwaredesign
#
errors
#
engineeringconcepts
#
engineeringtechniques
2
ย reactions
Comments
Addย Comment
5 min read
๐๐ก๐ ๐๐๐๐๐ ๐๐ซ๐ข๐ง๐๐ข๐ฉ๐ฅ๐๐ฌ โ ๐๐ฎ๐ข๐ฅ๐๐ข๐ง๐ ๐๐จ๐๐ญ๐ฐ๐๐ซ๐ ๐๐ก๐๐ญ ๐๐ญ๐๐ง๐๐ฌ ๐ญ๐ก๐ ๐๐๐ฌ๐ญ ๐จ๐ ๐๐ข๐ฆ๐
Zamirul Kabir
Zamirul Kabir
Zamirul Kabir
Follow
Oct 23 '25
๐๐ก๐ ๐๐๐๐๐ ๐๐ซ๐ข๐ง๐๐ข๐ฉ๐ฅ๐๐ฌ โ ๐๐ฎ๐ข๐ฅ๐๐ข๐ง๐ ๐๐จ๐๐ญ๐ฐ๐๐ซ๐ ๐๐ก๐๐ญ ๐๐ญ๐๐ง๐๐ฌ ๐ญ๐ก๐ ๐๐๐ฌ๐ญ ๐จ๐ ๐๐ข๐ฆ๐
#
solidprinciples
#
softwaredesign
#
softwareengineering
#
codingmindset
1
ย reaction
Comments
Addย Comment
2 min read
๐๐ซ๐ข๐ง๐๐ข๐ฉ๐ฅ๐๐ฌ ๐จ๐ ๐๐จ๐๐ญ๐ฐ๐๐ซ๐ ๐๐๐ฌ๐ข๐ ๐ง
Zamirul Kabir
Zamirul Kabir
Zamirul Kabir
Follow
Oct 22 '25
๐๐ซ๐ข๐ง๐๐ข๐ฉ๐ฅ๐๐ฌ ๐จ๐ ๐๐จ๐๐ญ๐ฐ๐๐ซ๐ ๐๐๐ฌ๐ข๐ ๐ง
#
softwaredesign
#
softwareengineering
#
techleadership
#
developermindset
Comments
Addย Comment
2 min read
Avoiding the 'Common' Trap: How I Structure Shared Packages at HoneyDrunk
Tatted Dev
Tatted Dev
Tatted Dev
Follow
Oct 1 '25
Avoiding the 'Common' Trap: How I Structure Shared Packages at HoneyDrunk
#
dotnet
#
architecture
#
devops
#
softwaredesign
2
ย reactions
Comments
Addย Comment
3 min read
Design Principles of Software Applied: Practical Example in Python
AHMED HASAN AKHTAR OVIEDO
AHMED HASAN AKHTAR OVIEDO
AHMED HASAN AKHTAR OVIEDO
Follow
Sep 14 '25
Design Principles of Software Applied: Practical Example in Python
#
python
#
architecture
#
bestpractices
#
softwaredesign
Comments
Addย Comment
3 min read
The Hidden `instanceof` Trap That WRECKS Your Object-Oriented Code!
Xuan
Xuan
Xuan
Follow
Aug 8 '25
The Hidden `instanceof` Trap That WRECKS Your Object-Oriented Code!
#
objectorientedprogramming
#
instanceofantipattern
#
polymorphism
#
softwaredesign
Comments
Addย Comment
5 min read
The Five Underplayed Premises Of TDD
Jan Van Ryswyck
Jan Van Ryswyck
Jan Van Ryswyck
Follow
Aug 8 '25
The Five Underplayed Premises Of TDD
#
tdd
#
unittest
#
testing
#
softwaredesign
Comments
1
ย comment
2 min read
๐
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account