문제

When using reverse-DNS package notation (such as com.apple.ostype), what should one do when the domain name is designed to be read in its entirety (such as http://read.me)?

Strictly following the standard results in a package which, while syntactically correct, loses the desired overall identity—conversely, not following the standard retains identity but loses syntactical clarity (me.read.MyPackage versus read.me.MyPackage).

What is the common practice?

도움이 되었습니까?

해결책

The common practice is: me.read.MyPackage

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top