Tyler Holland
Tyler Holland
@johnpryan I actually disagree with `4. Remove the Result class`, every team I've been on has ended up implementing something exactly like this (but with an additional "loading" state as...
For me the try/catch method is a non-starter for teams (not solo devs) because exceptions aren't checked in Dart. It puts a large cognitive overhead on every developer to do...
Ah when I meant it works well with streams, I meant in that you can make streams of `Result` objects, not streams within the `Result`. So `Stream`. If you're using...