Sell First is $27 this week (usually $97). Price goes back up in 5 days.
Stop building in a vacuum. Stop shipping stuff that never goes out to anyone.
Sell First is the framework I use with my clients — and myself — for building anything on the right foundation. It's how you avoid years of mistakes and actually build a real system, not just another side project that goes nowhere, but the foundation of a real SaaS business.
It's how I built Univjobs, my first startup, and scaled it to $2k/month. It's how I built solidbook and scaled it to $3k/month. And it's how I've done $300k product launches.
The key is to sell first, and build the right foundation. Check it out.
It's $27 this week (back to $97 after Saturday). Five minutes in, you'll know the main things you're doing wrong and exactly how to fix them.
Get Sell First — $27
What are Dependencies, Composition, Delegation, and Aggregation in Object-Oriented Programming?

Dependency: The Address object comes from outside, it's allocated somewhere else. This means that the Address and Employee objects exists separately, and only depend on each other.
Composition: Here you see that a new Engine is created inside Car. The Engine object is part of the Car. This means that a Car is composed of an Engine.
Composition is about the relationships between objects.
Delegation is about passing work from one object to another.
These are actually different (but sometimes related) concerns.
What you've got is B composed of A (B refers to A).
Aggregation & composition: An aggregation is an object that represents a concept as a whole and handles managing how its parts are accessed and changed. Composition is related but it adds an additional meaning to aggregation. Composition says that parts of the aggregation can’t exist independently (ie: a wheel can’t exist unless it belongs to a car).
So dependency == aggregation? stackoverflow.com/questions/11881552/… – danihodovic Jan 9, 2014 at 15:04 @dani-h No, aggregation and composition describe how things are build/structured, while dependency is more a property of a certain structure. See @TheLostMind's great answer
Sell First is $27 this week (usually $97). Price goes back up in 5 days.
Stop building in a vacuum. Stop shipping stuff that never goes out to anyone.
Sell First is the framework I use with my clients — and myself — for building anything on the right foundation. It's how you avoid years of mistakes and actually build a real system, not just another side project that goes nowhere, but the foundation of a real SaaS business.
It's how I built Univjobs, my first startup, and scaled it to $2k/month. It's how I built solidbook and scaled it to $3k/month. And it's how I've done $300k product launches.
The key is to sell first, and build the right foundation. Check it out.
It's $27 this week (back to $97 after Saturday). Five minutes in, you'll know the main things you're doing wrong and exactly how to fix them.
Get Sell First — $27
Not sure where you are on the path? Take the Phases of Craftship quiz — 7 questions, personalized results.
Stay in touch!
Join 20000+ value-creating Software Essentialists getting actionable advice on how to master what matters each week. 🖖
View more in Object-Oriented Programming