Team

Contact

Charles Ma: cma11@email.unc.edu

Jessica Wang: jessikka@email.unc.edu

Noah Frahm: nofrahm@live.unc.edu

Olivia Wen: oliviaw7@ad.unc.edu

Team Rules

Team Behavior

  • Team members will communicate frequently in regard to progress, attendance, and design.
  • Team members will be open and realistic about the shortcomings and challenges they are facing.
  • Team members will proactively identify friction within development and communication and demonstrate adequate effort towards building the project.

Coding Practices

  • Team members will use the same linter for Frontend, making code readable and uniform across the entire repository.
  • Complex code will contain comments that describe what and why the block of code exists. This practice allows for effective collaboration without sacrificing code quality.
  • Team will first design abstractions and interfaces for high-level systems before development.