This site is from a past semester! The current version will be here when the new semester starts.
Week 3 [Mon, Jan 23rd] - Tasks
Install Intellij IDEA before the lecture
Submit weekly exercises
Project:
Setup Duke project on your computer during/after the lecture
Implement project increments Level-1, Level-2
1 Install Intellij IDEA before the lecture
See the panel below:
2 Submit weekly exercises
As usual, submit weekly programming exercise.
Project
0 Learn about the project
DukeOverview
1 Setup Duke project on your computer during/after the lecture
Forkhttps://github.com/nus-tic2002-AY2223S2/duke. The relevant textbook topic is given below for your reference. Please retain the repo name duke when forking. If you name your fork as something else, our grading scripts will not be able to find your fork.
Clone the fork onto your computer.
Set up the project in your IDE as explained in the README file.
2 Implement Duke increments Level-1, Level-2
Take note of our plagiarism policies
Implement the following in the given order.
Commit code at important points. Minimally, commit after completing each increment.
After completing each increment,
Tag the commit with the exact increment ID e.g., Level-1, Level-2.
Push the code to your fork.
The relevant textbook topics are:
If you encounter issues connecting Sourcetree with your GitHub account, refer to these Sourcetree Tips.