benc on Nostr: I keep seeing people write software where they pass state everywhere so everything ...
I keep seeing people write software where they pass state everywhere so everything can compute a value from it.
When delegation or passing expressions is suggest it is seen as “too complicated.” But we end up with objects/structs that have lots of state and methods because that is the only thing that gets passed around.
Anyone else been in this #software spot?
When delegation or passing expressions is suggest it is seen as “too complicated.” But we end up with objects/structs that have lots of state and methods because that is the only thing that gets passed around.
Anyone else been in this #software spot?