|
|
|
|
|
by mpweiher
3072 days ago
|
|
There is a conundrum here: architectural mismatch. Often, the "right abstraction" for a problem is not call/return based. So you get to choose between having the right abstraction, and code that is simple when viewed with that abstraction in mind, but "weird". Or alternatively choose the wrong but better-supported abstraction and have code that is needlessly complex but "straightforward". |
|