Would be awesome to refactor [comments.js](https://github.com/orbiting/backends/blob/98be9d1dc92c19b3126567f705fae4f361373275/packages/discussions/graphql/resolvers/Discussion/comments.js), so that: - code to assemble comments tree is easier to understand and more readable - filtering of comments is done earlier and not after measuring comment tree (if possible) - reduce angst to break everything if you want to make small changes :)
Would be awesome to refactor comments.js, so that: