This site is from a past semester! The current version will be here when the new semester starts.
CS2113/T 2020 Aug-Dec
  • Full Timeline
  • Week 1 [Mon, Aug 10th]
  • Week 2 [Fri, Aug 14th]
  • Week 3 [Fri, Aug 21st]
  • Week 4 [Fri, Aug 28th]
  • Week 5 [Fri, Sep 4th]
  • Week 6 [Fri, Sep 11th]
  • Week 7 [Fri, Sep 18th]
  • Week 8 [Fri, Oct 2nd]
  • Week 9 [Fri, Oct 9th]
  • Week 10 [Fri, Oct 16th]
  • Week 11 [Fri, Oct 23rd]
  • Week 12 [Fri, Oct 30th]
  • Week 13 [Fri, Nov 6th]
  • Textbook
  • Admin Info
  • Report Bugs
  • Forum
  • Gitter (Chat)
  • Instructors
  • Announcements
  • Files
  • Tutorial Schedule
  • repl.it link
  • repl.it link (duplicated)
  • Java Coding Standard
  • Git Conventions
  • Forum Activities Dashboard
  • Participation Dashboard

  •  Individual Project (iP):
  • Individual Project Info
  • iP Upstream Repo
  • iP Code Dashboard
  • iP Progress Dashboard

  •  Team Project (tP):
  • Reference AB3
  • Team Project Info
  • Team List
  • tP Code Dashboard
  • tP Progress Dashboard
  • Week 7 [Fri, Sep 18th] - Summary

    • There are no repl exercises this week, and hereafter.
    • This week's post-lecture quiz covers the full code quality chapter, as we have now covered all parts of it.

    Topics:

    • [W7.1] Java: Varargs : OPTIONAL

    • [W7.2] Java: streams : OPTIONAL

    • [W7.3] Java: JavaFX : OPTIONAL

    • [W7.4] Documentation Tools

    • [W7.5] Code Quality: Code Comments

    • [W7.6] Continuous Integration/Deployment

    • [W7.7] RCS: Merging PRs

    • [W7.8] RCS: Workflows

    • [W7.1] Java: Varargs : OPTIONAL
    • [W7.1a] C++ to Java → Miscellaneous Topics → Varargs : OPTIONAL
    • [W7.2] Java: streams : OPTIONAL
    • [W7.2a] C++ to Java → Miscellaneous Topics → Streams: Basic : OPTIONAL
    • [W7.3] Java: JavaFX : OPTIONAL
    • [W7.3a] C++ to Java → Miscellaneous Topics → JavaFX : OPTIONAL

    • [W7.4] Documentation Tools

       Javadoc

    • [W7.4a] Implementation → Documentation → Tools → JavaDoc → What

    • [W7.4b] Implementation → Documentation → Tools → JavaDoc → How

    • [W7.5] Code Quality: Code Comments
    • [W7.5a] Implementation → Code Quality → Comments → Introduction

    • [W7.5b] Implementation → Code Quality → Comments → Basic → Do not repeat the obvious

    • [W7.5c] Implementation → Code Quality → Comments → Basic → Write to the reader

    • [W7.5d] Implementation → Code Quality → Comments → Intermediate → Explain WHAT and WHY, not HOW

    • [W7.6] Continuous Integration/Deployment
    • [W7.6a] Implementation → Integration → Introduction → What

    • [W7.6b] Implementation → Integration → Build Automation → What

    • [W7.6c] Implementation → Integration → Build Automation → Continuous integration and continuous deployment

    • [W7.7] RCS: Merging PRs
    • [W7.7a] Tools → Git and GitHub → Merging PRs
    • [W7.8] RCS: Workflows
    • [W7.8a] Project Management → Revision Control → Forking flow

    • [W7.8b] Tools → Git and GitHub → Forking workflow

    • [W7.8c] Project Management → Revision Control → DRCS vs CRCS

    • [W7.8d] Project Management → Revision Control → Feature branch flow : OPTIONAL

    • [W7.8e] Project Management → Revision Control → Centralized flow : OPTIONAL

    Admin:

    1. Submit post-lecture quiz counted for participation

    iP:

    1. Add Increment: A-MoreOOP
    2. Add Increments as PRs: Level-8, Level-9, A-JavaDoc
    3. Set up a product website
    4. Submit the final version Fri, Oct 2nd 2359

    tP:

    1. Set up the project repo during the tutorial
    2. Plan the next iteration