From 208e1ef7539c9964c902cd9e9412bffa93a66291 Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Sat, 8 Oct 2022 23:54:10 +0800 Subject: [PATCH] Update CS169.en.md --- docs/软件工程/CS169.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/软件工程/CS169.en.md b/docs/软件工程/CS169.en.md index e24fd3a4..a7f8c052 100644 --- a/docs/软件工程/CS169.en.md +++ b/docs/软件工程/CS169.en.md @@ -8,9 +8,9 @@ - Difficulty: 🌟🌟🌟🌟 - Class Hour: 100 hours -This is Berkeley's software engineering course, unlike many traditional software engineering courses that emphasize various class diagrams, plan and document model , this course focuses on the recently trendy Agile Development model, which uses the cloud platform to provide software as a service. To achieve this, the instructors wrote [Software as a service](https://github.com/PKUFlyingPig/CS169-Software-Engineering/blob/master/saasbook.pdf), a textbook that explains the concept of SaaS in the Ruby/Rails, with plenty of programming assignments. +This is Berkeley's software engineering course. Unlike many traditional software engineering courses that emphasize UML diagrams, plans, and documents, this course adopts agile development methodologies and uses the cloud platform to provide software as a service. The instructors wrote a textbook [Software as a service](https://github.com/PKUFlyingPig/CS169-Software-Engineering/blob/master/saasbook.pdf) to explain the concept of SaaS and agile development. Also, there are plenty of programming assignments using Ruby + Rails framework. -This course is available on [Edx](https://www.edx.org/), an online education platform sponsored by MIT and Harvard, where you can search for the course Agile SaaS Development and learn it yourself. The course content basically follows the order of the textbook and takes you step by step to build a software in an agile development way and deploy it on the cloud platform for free. +This course is available on [Edx](https://www.edx.org/), an online education platform sponsored by MIT and Harvard, where you can search for the course `Agile SaaS Development` and learn it yourself. The course content follows the textbook's order and takes you to build software step by step in an agile development way and deploy it on the cloud platform for free. ## Course Resources @@ -21,4 +21,4 @@ This course is available on [Edx](https://www.edx.org/), an online education pla ## Personal Resources -All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/CS169-Software-Engineering - GitHub](https://github.com/PKUFlyingPig/CS169-Software-Engineering) \ No newline at end of file +All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/CS169-Software-Engineering - GitHub](https://github.com/PKUFlyingPig/CS169-Software-Engineering)