kbase / dts

A data transfer service
https://kbase.github.io/dts/
MIT License
0 stars 0 forks source link

Restructure error checks to favor flatter code structure rather than nesting #38

Closed jeff-cohere closed 9 months ago

jeff-cohere commented 9 months ago

@ialarmedalien pointed out that the way I've been doing error checking produces nested code structure, and that a flatter structure might be more readable. Let's flatten this error checking.