Tagged Questions
3
votes
4answers
194 views
Naming conventions and organization of packages
I've been programming in Java, C#, Python and AS3 most of the time and in all of these languages there are packages (or something like that). The problem I found is with the naming convention, or even ...
11
votes
4answers
174 views
Merits of Namepsaces/Packages
Some programming languages (e.g. Java and C++) have language features called "packages" or "namespaces". How useful is it really to have namespaces? It is possible to mark functions and classes as ...