Design Patterns in TypeScript

所在平台: Udemy

课程主页: https://www.udemy.com/course/design-patterns-typescript/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程概述:** 本课程由Sean Bradley讲授,旨在教授全部23种GoF(Gang of Four)设计模式,并使用TypeScript进行实现。设计模式是软件设计中用于解决常见问题的模板或描述,能够帮助开发者更有效地规划、讨论、管理和记录应用程序。 **课程内容亮点:** * **全面覆盖23种设计模式:** 课程将深入讲解以下三类设计模式: * **创建型模式 (Creational Patterns):** 抽象实例化过程,实现对象组合与表示的逻辑分离。 * **结构型模式 (Structural Patterns):** 关注类与对象的组合方式,通过不同的结构技术形成更灵活的结构。 * **行为型模式 (Behavioral Patterns):** 涉及算法、流程控制、职责分配以及对象间的通信。 * **TypeScript实践:** 每种设计模式都将通过TypeScript代码示例进行演示和讲解,帮助学习者在掌握设计模式的同时,熟悉TypeScript的各项高级特性。 * **提升软件设计能力:** 学习设计模式将为开发者提供一套通用的语言,用于新旧软件项目的分析、重构以及未来开发中的设计与文档编写。 **目标受众:** 希望提升软件设计和TypeScript编程技能的开发者。

课程评论(0条)

课程详情

Learn All of the 23 GoF (Gang of Four) Design Patterns and Implemented them in TypeScript.Design Patterns are descriptions or templates that can be repeatedly applied to commonly recurring problems during in software design.A familiarity of Design Patterns is very useful when planning, discussing, managing and documenting your applications from now and into the future.Also, throughout the course, as each design pattern is discussed and demonstrated using example code, I introduce new TypeScript coding concepts along with each new design pattern. So that as you progress through the course and try out the examples, you will also get experience and familiarity with some of the finer details of programming with TypeScript.In this course, you will learn about these 23 Design Patterns, CreationalFactoryAbstract FactoryBuilderPrototypeSingletonStructuralDecoratorAdapterFacadeBridgeCompositeFlyweightProxyBehavioralCommandChain of ResponsibilityObserver PatternInterpreterIteratorMediatorMementoStateStrategyTemplateVisitorIn the list of patterns above, there are Creational, Structural and Behavioral patterns.Creational: Abstracts the instantiation process so that there is a logical separation between how objects are composed and finally represented.Structural: Focuses more on how classes and objects are composed using the different structural techniques, and to form structures with more or altered flexibility.Behavioral: Are concerned with the inner algorithms, process flow, the assignment of responsibilities and the intercommunication between objects. Design patterns will give you a useful and common vocabulary for when designing, documenting, analyzing, restructuring new and existing software development projects from now and into the future.I look forward to having you take part in my course.Sean Bradley

课程标签

0人关注该课程

主题相关的课程