Ever wondered what software architecture is REALLY about? Why do we bother?
---
If you would like to support me, feel free to donate to:
https://www.ko-fi.com/jasonstorey
(and get access to my discord)
----------
00:00 - Introduction
00:06 - Software Architecture Misconceptions
00:17 - Practical Example: Sample Script
00:41 - Software Architecture and Making Code Work
01:06 - Change Requests and the Importance of Change
01:31 - Adding a Feature: Toggling Messages
01:52 - Design Decision and Impact on Future Changes
02:19 - Alternate Version of the Script
03:00 - Controlling Logs from Multiple Classes
03:25 - Separate Loggers and No Code Changes
04:51 - Understanding the SOLID Principles
05:04 - Single Responsibility Principle
05:50 - Open-Closed Principle
06:49 - Conclusion