Lec 01
Tips
TP/IP
In the TP/IP, the version 2.0 should have almost all features, no magic in one week!
Make everything work first!
General
Weekly topics: Things to do, things to learn

For example, the following is week 2's things to do and learn
Wait for the last enlightning moment
The course content may seem unorganized, but don't give up, wait for the last enlightning moment.
Use of the course website: Don't read everything
Don't study in advance. Study with the schedule! Make sure you are a mster of this week's content!
Forum
The Forum for this course is the Github Issue!
Weekly work cycle
It is highly recommended to follow the following weekly work cycle.

Technical Content
RCS
RCS stands for Rivistion Control System. The RCS we use in this course is Git.
Basic Git Workflow
git adduntracked/modified filesfiles will go into a staging area (kind of a temporary area)
git commit msgto store changes in your repo
Add a new line at the end of each file
If your repo is organized by Git, add a new line at the end of each file. This is nothing but to make Git happy. Otherwise, you will get CLRF warnings.
Last updated