Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 227 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 227 Bytes

XO Project

Naming Convention

  1. Class

Start with uppercase ex.

class Game
  1. Variable and Method

Camel-case ex.

int playerScore
  1. Constant Variable

Capitalized ex.

final int AGILE