Comment by tmoertel
3 months ago
This model of complexity from the book is very useful:
complexity(system) =
sum(complexity(part) * time_spent_in(part)
for part in system)
3 months ago
This model of complexity from the book is very useful:
complexity(system) =
sum(complexity(part) * time_spent_in(part)
for part in system)
No comments yet
Contribute on Hacker News ↗