marigold-dev / pollinate

A platform agnostic library for P2P communications using UDP and Bin_prot
22 stars 2 forks source link

Refactor library into sub-libraries #30

Closed rosalogia closed 2 years ago

rosalogia commented 2 years ago

What Did You Do ???

I ...

After learning this, I decided to:

Okay... Is Anything Broken?

Nope :smile: this was a successful refactor. Everything still works, tests still pass.

How Much of a Pain Will This Be to Review?

The nature of review is that you kind of have to comb through everything that changed and make sure that nothing slipped by the author of the PR. I don't want to impose this on you, and since things work and this is just a refactoring, I don't think this needs as serious review as other PRs might. No functionality has changed, so I would say: review this for the sake of understanding/critiquing the new architecture, don't feel obligated to search for small issues that I may have missed. Nothing wrong with making commits to fix those issues in the future. If you find them anyway, thanks! Please let me know, no harm in fixing them now either, but it's just not the priority since we have much more to do.

Closes #26