longngo1313 / Nimbl3-Technical-Test

0 stars 0 forks source link

Package naming convention violation #6

Open sleepylee opened 6 years ago

sleepylee commented 6 years ago

This could be an arguable point, but in short, if we take from google's guideline, using underscore like nimbl3_test is not something that is encouraged

Package names are all lowercase, with consecutive words simply concatenated together (no underscores). For example, com.example.deepspace, not com.example.deepSpace or com.example.deep_space.

You may find also the guideline from Oracle to allow this practice, but notice that it should be a special case for that domain name.

longngo1313 commented 6 years ago

Oh. I did see that. Actually I tried to follow Google guideline. That could be miss point in my project. Thanks.