Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirror4s/mit-6.031-software-construction
MIT 软件工程
https://github.com/mirror4s/mit-6.031-software-construction
java software-engineering
Last synced: about 2 months ago
JSON representation
MIT 软件工程
- Host: GitHub
- URL: https://github.com/mirror4s/mit-6.031-software-construction
- Owner: MirRoR4s
- Created: 2023-10-23T00:47:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T15:02:55.000Z (11 months ago)
- Last Synced: 2024-03-07T03:55:20.493Z (11 months ago)
- Topics: java, software-engineering
- Language: Java
- Homepage:
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIT-6.031-Software-Construction
## 前言
记录我学习 MIT 软件工程的旅途。
1. 课程来源:[CS自学指南](https://csdiy.wiki/%E8%BD%AF%E4%BB%B6%E5%B7%A5%E7%A8%8B/6031/)
2. 课程地址:[MIT 6.031-21年版本](https://web.mit.edu/6.031/www/sp21/)
3. 课程视频:[B站-2016年版本](https://www.bilibili.com/video/BV1Tp4y197XX?spm_id_from=333.999.0.0)
4. 作业地址:[OCW-2016](https://ocw.mit.edu/courses/6-005-software-construction-spring-2016/)- 后面的问题集应该就是依赖于 16 年来做,更新的年份需要 mit 校园账户才可以。
- [中文版](https://www.cnblogs.com/liqiuhao/category/1167752.html)可以参考工大这几个大哥的,但是翻译的还是有点差强人意,有些地方读起来很怪。## 学习路线
- 尝试制定一份合理的学习计划,在看完一些 reading 完进行适当的练习。我在 OCW 2016 版上发现了官方给出的[日历](https://ocw.mit.edu/courses/6-005-software-construction-spring-2016/pages/calendar/),里面有 reading 和 ps 的日期计划。
## 问题
怎样获取 problem set 的源码?
在 2016 年的 ocw 上放出了所有 ps 的源码!