How to Code Like a Pro

Learn how to write more professional code. Learn tools and principles to improve your code. This tutorial covers: ⌨️ (0:00:00) Introduction ⌨️ (0:02:45) Linting ⌨️ (0:09:21) Variables ⌨️ (0:30:04) Functions ⌨️ (0:52:27) Comments ⌨️ (1:08:45) SOLID Principles ⌨️ (1:21:05) Single Responsibility Principle ⌨️ (1:29:52) Open Closed Principle ⌨️ (1:36:44) Liskov Substitution Principle ⌨️ (1:44:32) Interface Segregation Principle ⌨️ (1:54:49) Dependency Inversion Principle Tutorial from Dylan Israel. Check out h
Back to Top