Modular Design in C#

preview_player
Показать описание
Jason Gorman demonstrates the principles of Modular Design and explains how they can be applied at multiple levels of code organisation, and why modularity is the key to fast delivery cycles

Рекомендации по теме
Комментарии
Автор

Hi, and thank you for the video.
Could you, possibly, give a definition of what you think a module is?

sahiterdis
Автор

Thanks for the video. A small correction, the area of circular room should be Math.
PI*radius*radius

MrManojksingh
Автор

okay one question here please ? why have we extracted an interface while we could have created a class for Room and make RectangularRoom inherit it ? interface could have been used with the methods not included in the parent then.
Thank you for the Video it really helped me refactoring my code in my current project <3

kyrollosaziz
Автор

please create a small any management system using modular design pattern in c#

muhammadismaeel