quirino (codeforces)

Race #1680

View Pit Stop page for race #1680 by codeforcesGhost race

View profile for quirino (codeforces)

Official speed 79.00 wpm (86.13 seconds elapsed during race)
Race Start March 21, 2021 9:08:53am UTC
Race Finish March 21, 2021 9:10:20am UTC
Outcome Win (1 of 5)
Opponents 3. greatwarrior235 (75.02 wpm)
Accuracy 94.0%
Points 127.71
Text #4350617 (Length: 567 characters)

Every team should follow a coding standard based on common industry norms. This coding standard should specify things like where to declare instance variables; how to name classes, methods, and variables; where to put braces; and so on. The team should not need a document to describe these conventions because their code provides the examples. Everyone on the team should follow these conventions. This means that each team member must be mature enough to realize that it doesn't matter a whit where you put your braces so long as you all agree on where to put them.