Clean code is code that everyone on the team can easily understand. However, writing readable code is not as easy as it sounds. I wanted to create a course that would help people apply the content of clean code books to real-world coding.
We've structured the lectures with examples and in-depth explanations to ensure a thorough understanding of clean code principles. By watching the lectures, you can grasp the core principles of clean code in just 36 minutes.
Highly important and practical Convey only the key points
From the principles and philosophy of clean code A deep composition to think about
Through TypeScript examples Clean Code Explained Easily
Variables/functions, which are the basis of the code Building fundamentals with a focus on the core
I recommend this to these people 🙋♀️
🍼
Now that development has begun Aspiring Clean Coder
⛏️
Clean code properly Developers who want to understand
What you'll learn 📚
1. Variable
The Basics of Communication
Make your intentions clear
Magic Number
Hard Coded Value
2. Function
What makes a good function?
Pure Function
No side effects
You only have to do one thing
📢 Please note before taking the class.
Study materials are attached to each lecture as PDF files.
The volume may feel a little low. Please turn up the volume a little to enjoy the lecture.
Please check the volume in advance through the preview lecture.
Expected Questions Q&A 💬
Q. Why should I learn clean code?
If you want to become a developer others want to work with, you need to learn. Learning clean code will help you create code that's easy to understand and maintain.
Q. Do I need knowledge of Typescript/Javascript?
This is basic information about variables/functions that are also found in other programming languages, so I think you will have no difficulty taking the course even if you have basic knowledge.
Q. I've already read the Clean Code book. Will this lecture be helpful?
If you've read the Clean Code book but still aren't sure which parts are important or how to apply them to your work, you can use the lecture examples to remind yourself how to apply clean code.
Recommended for these people
Who is this course right for?
For those who want to understand the core of clean code in a short period of time
Those who are wondering how to apply the contents of the Clean Code book to actual development