Fargus811 / Competition

0 stars 0 forks source link

CoachFileReader. readAllLogins method #35

Open VladOsipov opened 4 years ago

VladOsipov commented 4 years ago
  1. Please do not use data structure type as field name (list, set, map)
  2. Please use the same code formatting for foreach loop as in other places
  3. This line for (String string : list) Nobody can understand what that loop means. What is list? What is string ? Bad names