|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/refactoring-to-patterns/
课程评论:没有评论
**课程名称:** 以实例重构设计模式 **课程概述:** 本课程从一个实际但结构混乱、未采用设计模式的应用开始。该应用可以将文本转换为视频字幕,实用性很强,但由于其糟糕的结构和设计,几乎无法维护和进一步开发。 课程将通过一系列演示,逐步重构整个应用程序,一次一个函数、一个类。在这个重构过程中,许多设计模式会自然而 Fit into place(很自然地融入)。 **课程目标:** 学完本课程,您将了解代码重构(一种编码实践)和设计模式(一种设计实践)如何协同工作,互相促进,共同创造出优秀的设计。
This course begins with examination of a realistic application, which is poorly factored and doesn't incorporate design patterns. The demo application converts text into subtitles for videos, which makes it quite useful in practice. Yet, it is nearly impossible to maintain and develop this application further, due to its poor structure and design.That is the point at which the course begins. As demonstration after demonstration will unfold, we will refactor this entire application, one function and one class at a time. During refactoring, many design patterns will fit into place almost without effort. By the end of the course, you will know how code refactoring and design patterns - one coding practice and one design practice - can operate together and help each other create great design.