tungd / elixir-dns

DNS library for Elixir
BSD 3-Clause "New" or "Revised" License
114 stars 37 forks source link

Idea: Split DNS into two parts #40

Closed Raphexion closed 2 years ago

Raphexion commented 2 years ago

Dear Elixir-DNS,

Would it make sense to split this package into two? One with the passive code (structs and so on) and one with the more active code (server). Maybe the could be called dns-core and dns.

Pros:

Cons:

Kind regards Niklas

tungd commented 2 years ago

Hey, thanks for the comment. I don't really see any reason to do it just yet, given that socket is an excellent library. Still, I'm open to this, if there's more demand.

Raphexion commented 2 years ago

@tungd Thank you for reading and giving feedback on my idea. I think you have a very valid point. Let's do like you suggest :sunny: