Seeking Advice on Code Elegance in Effect Usage
I often find myself writing code like this:
This is a bit wordy. Is it common in Effect applications to introduce helpers, e.g. as such:
I guess I'm mainly looking for advice on how to avoid "ugly" code.
This is a bit wordy. Is it common in Effect applications to introduce helpers, e.g. as such:
I guess I'm mainly looking for advice on how to avoid "ugly" code.
