I'm not sure, so, if an experienced dev could corr...
# android
n
I'm not sure, so, if an experienced dev could correct me, it can be nice 😃 The "deep namespacing" allows us to develop packages without carring of if another package as the same name. For example, you may want to create your own
FileReader
package, but java has one. Then, you don't care because your package will be named com.you.
FileReader