Search code examples
javanaming-conventionsjava-package

Underscore in package name in Java - is it bad?


Sorry for my English

I think that sometimes it is necessary.

In my opinion search_result_list, location_provider are easier to read than searchresultlist, locationprovider.

What does the documentation say?


Solution

  • Code Conventions could be found here!

    I think code conventions are nothing to vary, so stick to such conventions if there exist any...