Bouke / DNS

Swift implementation of DNS Records / RR
http://boukehaarsma.nl/DNS
MIT License
64 stars 23 forks source link

Renaming `Message` to `DNSMessage` and `MessageType` to `DNSMessage.MessageType` #23

Closed gergelysanta closed 4 years ago

gergelysanta commented 4 years ago

As we discussed in PR #22, I renamed the class.

This PR somehow contains commits also from that PR but as that was already merged, changes are only about the renaming.

Bouke commented 4 years ago

Is there a precedent for prefixing classes with a namespace? And by precedent I don't mean Apple's classes ported over from NextStep (NSString etc), as their swift equivalents dropped the prefix: String. Otherwise, I'd rather keep the names as-is for now.