Should I use the Java naming convention? -


I have been sent to a big project which is being done in Java and has been seen by some programmers on the team. I want the code to be readable and understandable, and so the naming convention reads to everyone.

I am thinking that I have to use the Java Naming convention for other people, and it naturally understands that I always use a type of naming conventions which is a java naming convention. Not very different, but the C / C + naming receives from the conference

The biggest difference is the variable, class and method naming. I use names such as intLargestNumber, chGet, strName for the variable for fun class, add fun, fun, add fun, getThis, setThis methods and screens, For clsplay, cls_user where Java will use something like naming for myNumber , less split () for a method and Image for class.

My question is, should I use the Java Naming Convention or use my own naming convention and provide a dictionary or log for my code?

Using standard for language makes it easy to bring new people to the board. Apart from this, the use of an outdated convention can help mute the level of religious warfare, which often stimulate issues of these types of style.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -