Skip to content

Instantly share code, notes, and snippets.

@fernandezpablo85
Created October 5, 2018 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fernandezpablo85/a1f2f697357fd7a79052fdefb53b5dee to your computer and use it in GitHub Desktop.
Save fernandezpablo85/a1f2f697357fd7a79052fdefb53b5dee to your computer and use it in GitHub Desktop.

Is it a bad practice to reference a parent package?

For "parent package" I mean:

net/http

net is the "parent" of http

Would a reference from http to net classes would be OK?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment