This site is from a past semester! The current version will be
here
when the new semester starts.
CS2103/T
2023 Aug-Nov
Schedule
Full Timeline
Week 1
[Mon, Aug 14th]
Week 2
[Fri, Aug 18th]
Week 3
[Fri, Aug 25th]
Week 4
[Fri, Sep 1st]
Week 5
[Fri, Sep 8th]
Week 6
[Fri, Sep 15th]
Week 7
[Fri, Sep 22nd]
Week 8
[Fri, Oct 6th]
Week 9
[Fri, Oct 13th]
Week 10
[Fri, Oct 20th]
Week 11
[Fri, Oct 27th]
Week 12
[Fri, Nov 3rd]
Week 13
[Fri, Nov 10th]
Textbook
Admin Info
Dashboards
Project Links
Individual Project (iP):
Individual Project Info
iP Upstream Repo
iP Showcase
iP Code Dashboard
iP Progress Dashboard
Team Project (tP):
Team Project Info
tP Upstream Repo (AB3)
Team List
tP Code Dashboard
tP Progress Dashboard
Other Links
Report Bugs
Forum
Instructors
Announcements
Files (handouts, submissions etc.)
Tutorial Schedule
MS Teams link
Git Learning Trail
Java Coding Standard
Git Conventions
Forum Activities Dashboard
Participation Dashboard
Prev. Week
Summary
Admin
Topics
Project
Tutorial
Next Week
Week 6
[Fri, Sep 15th]
- Tutorial
1
Demo your debugging skills
Open your iP or tP code in your IDE.
Set a breakpoint somewhere in the code.
Run the code in debug mode.
When the execution stops at the break point, use the debugger to execute 1-2 more statements.
Take a screenshot of the IDE and paste in the
tutorial workspace
file.
Optional: Set a
, take a screenshot of it, and paste it in the same file.
2
Sequence diagrams exercise
Do the following two exercises, as guided by the tutor.
Explain Sequence Diagram about Machine
Explain Sequence Diagram (
ParserFactory
)
Week 6 [Fri, Sep 15th] - Tutorial
1 Demo your debugging skills
2 Sequence diagrams exercise