Closed liumcse closed 4 years ago
Not a good practice to have many "Amend" as commit message. Better include some context about what the commit does. like
fix(module): change blahblah
or
refactor(module): x y z
then merge into master as small commits rather than a huge squash commit
Not a good practice to have many "Amend" as commit message. Better include some context about what the commit does. like
fix(module): change blahblah or refactor(module): x y z
then merge into master as small commits rather than a huge squash commit
Noted thanks!
Description
Rewrite most code of our Python scraper to encapsulate it into a CLI s.t. it can be invoked to retrieve information such as course content and class schedule.
Usage
pip3 install .
Checklist