Skip to content

Style Guideline

Jose Jimenez edited this page Dec 12, 2019 · 23 revisions

File Headers:

/**
 *
 * Jose Jimenez
 * Brandon Cramer
 * Minh Pham
 * Tony Guan
 * Victor Chen
 *
 *                 University of California, San Diego
 *                      IEEE Micromouse Team 2020
 *
 * File Name:   <Name>
 * Description: <Short Description>
 */

Routine Headers:

  /**
   * Two pairs are equal if the content in the pair are equivalent order does 
   * not matter.
   * @param o object of comparison.
   * @return true if pairs have the same content.
   */
  @Override
  public boolean equals( Object o )

Indentation:

Parenthesis clauses:

Clone this wiki locally