iasonasma / seipassignment

The second assignment of SEIP
0 stars 0 forks source link

Test cases naming inconsistencies #12

Open AntonisGkortzis opened 4 years ago

AntonisGkortzis commented 4 years ago

Elect one naming convention for your tests cases and stick to it. You have both CamelCases and underscore_namings

iasonasma commented 4 years ago

https://github.com/iasonasma/seipassignment/commit/3556c149a26cb4da5d8a41bd96282bff90012bbc

AntonisGkortzis commented 4 years ago

You misinterpreted my comment. If you choose to go with CamelCase you should have a single phrase without _. Also, methods always begin with a lower-case letter.

See more here: https://www.geeksforgeeks.org/java-naming-conventions/