Programming LanguageiP (Individual Project): Overview


Standards/Conventions

Given below are the standards and conventions to follow in this course.

When something is not covered by the given standard/convention, you are free to choose which style you want to follow for that, but try to be consistent with the existing code (if any), and ensure everyone in the team follows the same (if it is a team project).

Java
Git
  • REQUIRED Follow the Git commit message subject conventions in the SE-EDU Git conventions.
  • CONDITIONAL Writing a commit message body is optional, but if you do write one, follow at least basic conventions for the commit message body.
Markdown
Documentation

Programming LanguageiP (Individual Project): Overview