توضیحات
کد نویسی تمیز Clean Code
آموزش ویدئویی آشنایی با کدنویسی تمیز یا Clean Code و بررسی ابعاد مختلف آن به همراه مثال های عملی و ارائه فایل های تمرین .
کد تمیز / Clean Code باید ، حداقل ، فاقد افزونگی ، بهینه و اجزای آن دارای نام گذاری اصولی بوده و با خوانایی بالا ، به سادگی قابلیت تغییر سریع توسط اعضای تیم را داشته باشد.
در کد تمیز اصل استقلال حداکثری ماژول ها رعایت شده ،خطاها به خوبی مدیریت شده ، سر راست و بدون پیچیدگی های غیر ضروریست بنابراین احتمال بروز باگ در آن حداقل بوده و قابلیت پاس کردن تست های مرتبط را داراست.
مخاطبین :
تمامی برنامه نویسان.
پیش نیاز:
آشنایی با حداقل یک زبان برنامه نویسی.
مدت زمان آموزش (حدود) : 126 دقیقه
سرفصل آموزش:
introduction
Define Clean Code
Code smell
Common code smells
Class-level smells
Method-level smells
Method-level smells
Tools for code smells
Naming
Working Together (Team)
Cross-functional teams
Version Control
Git
GitHub vs GitLab vs Bitbucket
Code indentation
Vertical formatting
Exception handling
Debugging
Introduce software testing
SDLC
STLC
Testing levels
Unit testing
Acceptance testing
Domain testing
Regression testing
TDD
Code refactoring
When Should You Refactor
How to refactor
Software security principles
Software prototyping
Things to prototype
When building a prototype, what details can you ignore
Comments
What is good comment
Documentation
Types of documentation
DBC
دیدگاهها
هیچ دیدگاهی برای این محصول نوشته نشده است.