Hello Eclipse contributors
I'm quite new to writing Eclipse plugins thus my question might be quite ridiculous.
When writing a plugin for Eclipse should I also use internal and external packages?
For example, should I use packages in the form com.mycompany.myplugin.
internal.whatever? Or only if I provide extension points to my plugin for other developers to enhance my plugin?
Thanks for clarifying this.
Christian