Separation of concerns - Clean code and programming principles for beginners series

Опубликовано: 27 Декабрь 2020
на канале: Programming Duck
2,709
96

This video is on separation of concerns. This principle shows how different concerns should be separated to make code more organised, simpler, more reusable, easier to change and easier to test. You can apply it by extracting / separating code which is too large, has different reasons to change, has different people who may want to change it so you're left with units that only do one small thing.

Chapters:
0:00 Welcome
0:09 Code organisation and responsibilities
1:47 Units should be small
6:00 Advantages of small units
15:18 How to apply separation of concerns
16:09 When to apply separation of concerns
22:44 Be pragmatic


Video links:
YouTube playlist:    • Clean code and programming principles...  
Article version of this video: https://programmingduck.com/articles/...
Slides can be found at: https://docs.google.com/presentation/...

Channel links:
Programming Duck: https://programmingduck.com
Facebook:   / programming-duck-100207231868555  
Hire me: https://sargalias.com

#programmingduck #programming #coding