Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

Method name convention #60

Closed nanoandrew4 closed 7 years ago

nanoandrew4 commented 7 years ago

I was just working on merging this dev branch with my own and ran into some issues. While investigating, I noticed that methods now start with lowercase letters (which I am happy about because convenction :D) but it goes against the Style and Formatting guide, which states that method names must start with an uppercase letter.

@Sergix What's the final decision?

Sergix commented 7 years ago

Name conventions are to be as in Java Code Conventions.

The style guide will be updated soon. As of now, use everything as presented in that document.