for some reason, my functions are more often wanting to return tuples and triples.
it smells funny, but also feels right in a lot of cases.
#developers how does your code style change with the seasons?
for clarity, the 'feels right' is purposefully not creating a bunch of extra type noise and cognitive load.
especially in cases where you want to remove stateful mutations and return <new state>, <value applied> or something.
for clarity, the 'feels right' is purposefully not creating a bunch of extra type noise and cognitive load.
especially in cases where you want to remove stateful mutations and return <new state>, <value applied> or something.