Course Name : Clean Code
Students : 96,641
Duration : 6.5 hrs
Avg Rating : 4.7 (20,906 ratings)
Original Price : $119.99
Discount Price : $15
Instructor / Provider : Maximilian Schwarzmüller, Udemy
Course Type : Self Paced Online Course. Lifetime Access
Coupon : Click on ENROLL NOW to apply discount code
What you’ll learn:
- Write code that is readable and easy to understand
- Enhance maintainability by adopting clean code practices
- Master key principles, rules, and concepts for writing clean, efficient code
- Learn through hands-on examples and transformations of bad code into good code
Frequently Bought Together
Specifically, you will learn:
- How to properly name things (variables, properties, classes, functions, etc.) for clarity and consistency
- Common naming pitfalls and mistakes to avoid
- When comments are unnecessary and how to use them effectively
- Best practices for code formatting, both horizontally and vertically
- How to limit function parameters and write functions that focus on “doing one thing”
- The importance of abstraction to keep functions small and manageable
- Writing DRY (Don’t Repeat Yourself) functions and avoiding side effects
- Avoiding deeply nested control structures using guards and function extraction
- How to handle errors efficiently, replacing excessive if-statements
- Differentiating between objects, data containers, and data structures
- Writing cohesive (small) classes that follow the Law of Demeter
- The SOLID principles and why they are essential for writing clean, maintainable code