PREMIUM ACCOUNTS

Support downtopc by buying or renewing your premium account using below links:







Partners
warezload

movieblogarea download
katzdownload

Clean code

Category: Courses / Others
Author: AD-TEAM
Date added: 13.07.2023 :51:17
Views: 8
Comments: 0










Description material

Clean code


Clean code
Language: English | Size:1.35 GB
Genre:eLearning


Files Included :

001 Welcome to the Course!.mp4 (54.43 MB)
MP4
002 What is Clean Code.mp4 (28 MB)
MP4
003 Clean Code - Key Pain Points & How To Write Clean Code.mp4 (15.58 MB)
MP4
004 How Is This Course Structured.mp4 (6.06 MB)
MP4
005 Course Prerequisites.mp4 (12.05 MB)
MP4
006 Clean Code & Strongly Typed Languages.mp4 (10.91 MB)
MP4
007 About The Course Code Examples.mp4 (7.18 MB)
MP4
009 Functional, OOP, Procedural The Course Concepts Always Apply!.mp4 (5.18 MB)
MP4
010 Clean Code, Principles & Patterns & Clean Architecture.mp4 (11.08 MB)
MP4
011 Clean Code vs Quick Code.mp4 (16.78 MB)
MP4
001 Module Introduction.mp4 (1.56 MB)
MP4
002 Why Good Names Matter.mp4 (4.87 MB)
MP4
003 Choosing Good Names.mp4 (8.74 MB)
MP4
004 Casing Conventions & Programming Languages.mp4 (5.37 MB)
MP4
005 Naming Variables & Properties - Theory.mp4 (7.23 MB)
MP4
006 Naming Variables & Properties - Examples.mp4 (15.82 MB)
MP4
007 Naming Functions & Methods - Theory.mp4 (4.43 MB)
MP4
008 Naming Functions & Methods - Examples.mp4 (8.35 MB)
MP4
009 Naming Classes - Theory.mp4 (2.75 MB)
MP4
010 Naming Classes - Examples.mp4 (5.37 MB)
MP4
011 Exceptions You Should Be Aware Of.mp4 (12.03 MB)
MP4
012 Common Errors & Pitfalls.mp4 (17.49 MB)
MP4
013 Demo Time!.mp4 (31.14 MB)
MP4
014 Your Challenge - Problem.mp4 (2.65 MB)
MP4
015 Your Challenge - Solution.mp4 (33.24 MB)
MP4
001 Module Introduction.mp4 (1.29 MB)
MP4
002 Bad Comments.mp4 (8.79 MB)
MP4
003 Good Comments.mp4 (7.83 MB)
MP4
004 What is Code Formatting Really About.mp4 (3.64 MB)
MP4
005 Vertical Formatting.mp4 (51.19 MB)
MP4
006 Formatting Language-specific Considerations.mp4 (2.84 MB)
MP4
007 Horizontal Formatting.mp4 (21.11 MB)
MP4
008 Your Challenge - Problem.mp4 (3.14 MB)
MP4
009 Your Challenge - Solution.mp4 (22.35 MB)
MP4
001 Module Introduction.mp4 (1.27 MB)
MP4
002 Analyzing Key Function Parts.mp4 (2.35 MB)
MP4
003 Keep The Number Of Parameters Low!.mp4 (13.07 MB)
MP4
004 Refactoring Function Parameters - Ideas & Concepts.mp4 (6.35 MB)
MP4
005 When One Parameter Is Just Right.mp4 (3.95 MB)
MP4
006 Two Parameters & When To Refactor.mp4 (6.06 MB)
MP4
007 Dealing With Too Many Values.mp4 (8.73 MB)
MP4
008 Functions With A Dynamic Number Of Parameters.mp4 (4.14 MB)
MP4
009 Beware Of Output Parameters.mp4 (6.78 MB)
MP4
010 Functions Should Be Small & Do One Thing!.mp4 (24.31 MB)
MP4
011 Why Levels of Abstraction Matter.mp4 (13 MB)
MP4
012 When Should You Split.mp4 (4.41 MB)
MP4
013 Demo & Challenge.mp4 (37.77 MB)
MP4
014 Stay DRY - Don't Repeat Yourself.mp4 (2.66 MB)
MP4
015 Splitting Functions To Stay DRY.mp4 (16.02 MB)
MP4
016 Don't Overdo It - Avoid Useless Extractions.mp4 (17.04 MB)
MP4
017 Understanding & Avoiding (Unexpected) Side Effects.mp4 (20.49 MB)
MP4
018 Side Effects - A Challenge.mp4 (30.15 MB)
MP4
019 Why Unit Tests Matter & Help A Lot!.mp4 (17.93 MB)
MP4
001 Module Introduction.mp4 (7.62 MB)
MP4
002 Useful Concepts - An Overview.mp4 (2.19 MB)
MP4
003 Introducing Guards.mp4 (14.99 MB)
MP4
004 Guards In Action.mp4 (27.86 MB)
MP4
005 Extracting Control Structures & Preferring Positive Phrasing.mp4 (20.92 MB)
MP4
006 Extracting Control Structures Into Functions.mp4 (27.78 MB)
MP4
007 Writing Clean Functions With Control Structures.mp4 (52.75 MB)
MP4
008 Inverting Conditional Logic.mp4 (58.72 MB)
MP4
009 Embrace Errors & Error Handling.mp4 (19.49 MB)
MP4
010 Creating More Error Guards.mp4 (54.4 MB)
MP4
011 Extracting Validation Code.mp4 (18.43 MB)
MP4
012 Error Handling Is One Thing!.mp4 (29.82 MB)
MP4
013 Using Factory Functions & Polymorphism.mp4 (29.45 MB)
MP4
014 Working with Default Parameters.mp4 (3.03 MB)
MP4
016 Module Summary.mp4 (49.55 MB)
MP4
001 Module Introduction.mp4 (2.24 MB)
MP4
002 Important This is NOT an OOP or Patterns & Principles Course!.mp4 (3.57 MB)
MP4
003 Objects vs Data Containers Data Structures.mp4 (8.97 MB)
MP4
004 Why The Differentiation Matters.mp4 (8.18 MB)
MP4
005 Classes & Polymorphism.mp4 (91.83 MB)
MP4
006 Classes Should Be Small!.mp4 (16.54 MB)
MP4
007 Understanding Cohesion.mp4 (12.88 MB)
MP4
008 The Law Of Demeter And Why You Should Tell, Not Ask.mp4 (26.07 MB)
MP4
009 The SOLID Principles.mp4 (2.89 MB)
MP4
010 The Single-Responsibility-Principle (SRP) & Why It Matters.mp4 (15.16 MB)
MP4
011 The Open-Closed Principle (OCP) & Why It Matters.mp4 (13.29 MB)
MP4
012 The Liskov Substitution Principle.mp4 (10.8 MB)
MP4
013 The Interface Segregation Principle.mp4 (10.93 MB)
MP4
014 The Dependency Inversion Principle.mp4 (16.99 MB)
MP4
001 Concepts Summary & Checklist.mp4 (16.97 MB)
MP4
001 Staying Clean!.mp4 (4.8 MB)
MP4
002 Possible Next Steps.mp4 (4.97 MB)
MP4
003 Course Roundup.mp4 (11.05 MB)
MP4






Join to our telegram Group
Information
Users of Guests are not allowed to comment this publication.
Choose Site Language
Keep downtopc Online Please

PREMIUM ACCOUNTS

Support downtopc by buying or renewing your premium account using below links: