Tagged Questions
2
votes
3answers
158 views
Package name best practice when porting a library
What is the suggested way (specifically in the open-source world) for the package name when porting a library.
Say I am porting someone else's library where they have used a reverse domain name ...
2
votes
3answers
258 views
Should I use a root namespace?
I'm currently working on a couple projects in Flash ActionScript, and I've been building up a small library of classes. I've been using a naming convention similar to:
foo.events.Bar and ...