FileMood

Download [ TutSala.com ] PluralSight - Clean Coding Principles in C#

TutSala com PluralSight Clean Coding Principles in

Name

[ TutSala.com ] PluralSight - Clean Coding Principles in C#

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

498.8 MB

Total Files

251

Last Seen

2025-07-25 23:46

Hash

43AF16A3197A349EB885FF5BF7B24F56B46881B2

/

Get Bonus Downloads Here.url

0.2 KB

/.../01. Course Overview/

01. Course Overview.mp4

3.3 MB

01. Course Overview.srt

2.1 KB

/.../02. Why Writing Clean Code Matters/

01. Intro and Course Outline.mp4

3.3 MB

01. Intro and Course Outline.srt

3.6 KB

02. Reasons to Write Clean Code.mp4

3.5 MB

02. Reasons to Write Clean Code.srt

5.5 KB

03. Developers Are Authors.mp4

4.7 MB

03. Developers Are Authors.srt

4.4 KB

04. Course Conventions.mp4

1.3 MB

04. Course Conventions.srt

1.6 KB

05. Resources.mp4

2.3 MB

05. Resources.srt

2.1 KB

06. Summary.mp4

663.4 KB

06. Summary.srt

0.8 KB

/02/

why-writing-clean-code-matters-slides.pdf

727.1 KB

/.../03. Clean Coding Principles/

01. Intro.mp4

335.4 KB

01. Intro.srt

0.3 KB

02. Three Clean Code Principles.mp4

2.3 MB

02. Three Clean Code Principles.srt

3.4 KB

03. Picking the Right Tool for the Job.mp4

6.7 MB

03. Picking the Right Tool for the Job.srt

3.8 KB

04. Boundaries Matter- Stay Native.mp4

11.6 MB

04. Boundaries Matter- Stay Native.srt

11.6 KB

05. Every Tech Is Potentially Evil.mp4

1.0 MB

05. Every Tech Is Potentially Evil.srt

1.3 KB

06. Maximizing Signal to Noise.mp4

5.6 MB

06. Maximizing Signal to Noise.srt

5.4 KB

07. Don't Repeat Yourself.mp4

4.8 MB

07. Don't Repeat Yourself.srt

4.1 KB

08. Self-documenting Code.mp4

4.9 MB

08. Self-documenting Code.srt

2.7 KB

09. Summary.mp4

1.9 MB

09. Summary.srt

2.2 KB

/03/

clean-coding-principles-slides.pdf

2.1 MB

/04. Naming/

01. Intro.mp4

713.6 KB

01. Intro.srt

0.9 KB

02. Why Naming Matters.mp4

4.0 MB

02. Why Naming Matters.srt

3.2 KB

03. Naming Classes.mp4

4.2 MB

03. Naming Classes.srt

5.5 KB

04. Naming Methods.mp4

3.1 MB

04. Naming Methods.srt

3.9 KB

05. Rubber Ducking.mp4

1.9 MB

05. Rubber Ducking.srt

2.1 KB

06. Avoiding Side Effects.mp4

1.9 MB

06. Avoiding Side Effects.srt

1.5 KB

07. Warning Signs.mp4

1.2 MB

07. Warning Signs.srt

0.8 KB

08. Avoid Abbreviations.mp4

3.1 MB

08. Avoid Abbreviations.srt

2.8 KB

09. Naming Booleans.mp4

1.6 MB

09. Naming Booleans.srt

1.7 KB

10. Strive for Symmetry.mp4

1.3 MB

10. Strive for Symmetry.srt

1.5 KB

11. Summary.mp4

2.0 MB

11. Summary.srt

2.5 KB

/04/

naming-slides.pdf

942.1 KB

/.../05. Writing Conditionals That Convey Intent/

01. Intro.mp4

5.1 MB

01. Intro.srt

3.1 KB

02. Boolean Comparisons.mp4

727.0 KB

02. Boolean Comparisons.srt

1.0 KB

03. Boolean Assignments.mp4

4.1 MB

03. Boolean Assignments.srt

3.2 KB

04. Prefer Positive Conditionals.mp4

2.7 MB

04. Prefer Positive Conditionals.srt

2.6 KB

05. Ternaries Are Beautiful.mp4

3.8 MB

05. Ternaries Are Beautiful.srt

4.2 KB

06. Be Strongly Typed.mp4

4.2 MB

06. Be Strongly Typed.srt

5.1 KB

07. Avoid Magic Numbers.mp4

3.4 MB

07. Avoid Magic Numbers.srt

3.8 KB

08. Handling Complex Conditionals.mp4

8.7 MB

08. Handling Complex Conditionals.srt

7.2 KB

09. Prefer Polymorphism over Enums.mp4

5.3 MB

09. Prefer Polymorphism over Enums.srt

3.9 KB

10. Be Declarative.mp4

4.9 MB

10. Be Declarative.srt

3.6 KB

11. Table Driven Methods.mp4

4.9 MB

11. Table Driven Methods.srt

4.1 KB

12. Summary.mp4

2.2 MB

12. Summary.srt

2.4 KB

/05/

writing-conditionals-that-convey-intent-slides.pdf

1.1 MB

/.../06. Writing Clean Methods/

01. Intro.mp4

764.1 KB

01. Intro.srt

0.8 KB

02. When to Create a Function.mp4

2.9 MB

02. When to Create a Function.srt

3.9 KB

03. Why Create a Method - Reason 1- Avoid Duplication.mp4

2.7 MB

03. Why Create a Method - Reason 1- Avoid Duplication.srt

2.0 KB

04. Why Create a Method - Reason 2- Excessive Indentation.mp4

2.0 MB

04. Why Create a Method - Reason 2- Excessive Indentation.srt

2.1 KB

05. Excessive Indentation Solution 1- Extract Method.mp4

7.0 MB

05. Excessive Indentation Solution 1- Extract Method.srt

4.2 KB

06. Excessive Indentation - Solution 2- Fail Fast.mp4

6.6 MB

06. Excessive Indentation - Solution 2- Fail Fast.srt

3.9 KB

07. Excessive Indentation - Solution 3- Return Early.mp4

4.5 MB

07. Excessive Indentation - Solution 3- Return Early.srt

3.5 KB

08. Why Create a Method - Reason 3- Convey Intent.mp4

3.5 MB

08. Why Create a Method - Reason 3- Convey Intent.srt

2.9 KB

09. Why Create a Method - Reason 4- Do One Thing.mp4

1.8 MB

09. Why Create a Method - Reason 4- Do One Thing.srt

2.1 KB

10. Mayfly Variables.mp4

3.9 MB

10. Mayfly Variables.srt

3.7 KB

11. How Many Parameters-.mp4

3.0 MB

11. How Many Parameters-.srt

2.7 KB

12. Signs a Method Is too Long.mp4

11.2 MB

12. Signs a Method Is too Long.srt

5.7 KB

13. Handling Exceptions.mp4

6.6 MB

13. Handling Exceptions.srt

7.2 KB

14. Summary.mp4

1.9 MB

14. Summary.srt

1.9 KB

/06/

writing-clean-methods-slides.pdf

2.6 MB

/.../07. Writing Clean Classes/

01. Intro.mp4

918.8 KB

01. Intro.srt

0.9 KB

02. When to Create a Class.mp4

4.1 MB

02. When to Create a Class.srt

4.8 KB

03. Class Cohesion Overview.mp4

8.8 MB

03. Class Cohesion Overview.srt

5.6 KB

04. Low vs. High Cohesion.mp4

4.6 MB

04. Low vs. High Cohesion.srt

4.0 KB

05. Names and Cohesion.mp4

2.1 MB

05. Names and Cohesion.srt

1.9 KB

06. Signs a Class Is too Small.mp4

2.2 MB

06. Signs a Class Is too Small.srt

2.2 KB

07. Primitive Obsession.mp4

4.4 MB

07. Primitive Obsession.srt

3.1 KB

08. The Proximity Principle.mp4

2.4 MB

08. The Proximity Principle.srt

2.0 KB

09. The Outline Rule.mp4

4.0 MB

09. The Outline Rule.srt

4.1 KB

10. Summary.mp4

2.5 MB

10. Summary.srt

2.6 KB

/07/

writing-clean-classes-slides.pdf

1.4 MB

/.../08. Writing Clean Comments/

01. Intro.mp4

659.2 KB

01. Intro.srt

0.7 KB

02. Comments- A Necessity and a Crutch.mp4

4.6 MB

02. Comments- A Necessity and a Crutch.srt

3.4 KB

03. Dirty Comment 1- Redundant.mp4

3.9 MB

03. Dirty Comment 1- Redundant.srt

2.9 KB

04. Dirty Comment 2- Intent.mp4

1.5 MB

04. Dirty Comment 2- Intent.srt

1.2 KB

05. Dirty Comment 3- Apology.mp4

1.4 MB

05. Dirty Comment 3- Apology.srt

1.5 KB

06. Dirty Comment 4- Warning.mp4

1.4 MB

06. Dirty Comment 4- Warning.srt

1.0 KB

07. Dirty Comment 5- Zombie Code.mp4

17.3 MB

07. Dirty Comment 5- Zombie Code.srt

13.8 KB

08. Dirty Comment 6- Divider.mp4

1.1 MB

08. Dirty Comment 6- Divider.srt

0.8 KB

09. Dirty Comment 7- Brace Tracker.mp4

2.0 MB

09. Dirty Comment 7- Brace Tracker.srt

1.4 KB

10. Dirty Comment 8- Bloated Header.mp4

2.2 MB

10. Dirty Comment 8- Bloated Header.srt

1.6 KB

11. Dirty Comment 9- Defect Log.mp4

1.2 MB

11. Dirty Comment 9- Defect Log.srt

1.1 KB

12. Clean Comments.mp4

5.0 MB

12. Clean Comments.srt

4.8 KB

13. Summary.mp4

2.0 MB

13. Summary.srt

2.0 KB

/08/

writing-clean-comments-slides.pdf

1.7 MB

/.../09. Demo- Refactoring to Clean C#/

01. Intro.mp4

5.0 MB

01. Intro.srt

3.9 KB

02. Speaker Class Overview.mp4

10.7 MB

02. Speaker Class Overview.srt

4.8 KB

03. Code Metrics.mp4

3.7 MB

03. Code Metrics.srt

2.0 KB

04. Automated Test Overview.mp4

4.3 MB

04. Automated Test Overview.srt

2.2 KB

05. Refactor Agenda Overview.mp4

7.0 MB

05. Refactor Agenda Overview.srt

3.5 KB

06. Remove Unhelpful Comments.mp4

7.1 MB

06. Remove Unhelpful Comments.srt

3.5 KB

07. Refactor to Mayfly Variables.mp4

14.5 MB

07. Refactor to Mayfly Variables.srt

6.0 KB

08. Positive Conditionals.mp4

7.9 MB

08. Positive Conditionals.srt

3.2 KB

09. Implement Guard Clauses.mp4

19.2 MB

09. Implement Guard Clauses.srt

6.0 KB

10. Rename Variables.mp4

8.8 MB

10. Rename Variables.srt

3.9 KB

11. Extract Method and Return Early.mp4

11.6 MB

11. Extract Method and Return Early.srt

3.9 KB

12. Refactor Red Flags to Method.mp4

20.8 MB

12. Refactor Red Flags to Method.srt

6.5 KB

13. Consolidate Guard Clauses.mp4

11.1 MB

13. Consolidate Guard Clauses.srt

3.5 KB

14. Extract To Approve Sessions Method.mp4

22.3 MB

14. Extract To Approve Sessions Method.srt

8.9 KB

15. Switch to a Table Driven Method and Fail Fast.mp4

5.8 MB

15. Switch to a Table Driven Method and Fail Fast.srt

2.6 KB

16. Centralize Validation.mp4

17.7 MB

16. Centralize Validation.srt

6.4 KB

17. Review Outline Rule.mp4

5.6 MB

17. Review Outline Rule.srt

2.8 KB

18. Bug Fixes- What a Contrast!.mp4

7.8 MB

18. Bug Fixes- What a Contrast!.srt

5.0 KB

19. Compare Code Analytics Results.mp4

7.3 MB

19. Compare Code Analytics Results.srt

4.2 KB

20. Summary.mp4

1.7 MB

20. Summary.srt

2.2 KB

/09/

demo-refactoring-to-clean-c-slides.pdf

476.4 KB

/09/demos/after/CodeLuau.Tests/

CodeLuau.Tests.csproj

0.6 KB

ExceptionAssert.cs

0.4 KB

FakeRepository.cs

0.3 KB

SpeakerTests.cs

4.6 KB

/09/demos/after/CodeLuau.Tests/obj/Debug/netcoreapp3.1/

CodeLuau.Tests.AssemblyInfo.cs

1.0 KB

CodeLuau.Tests.AssemblyInfoInputs.cache

0.0 KB

/09/demos/after/

CodeLuau.sln

1.6 KB

README.md

0.1 KB

gitignore

6.0 KB

/09/demos/after/CodeLuau/

CodeLuau.csproj

0.1 KB

IRepository.cs

0.1 KB

RegisterResponse.cs

0.5 KB

Session.cs

0.4 KB

Speaker.cs

3.0 KB

WebBrowser.cs

0.7 KB

/09/demos/after/CodeLuau/obj/Debug/netcoreapp3.1/

CodeLuau.AssemblyInfo.cs

1.0 KB

CodeLuau.AssemblyInfoInputs.cache

0.0 KB

/09/demos/before/CodeLuau.Tests/

CodeLuau.Tests.csproj

0.6 KB

ExceptionAssert.cs

0.4 KB

FakeRepository.cs

0.3 KB

SpeakerTests.cs

4.6 KB

/09/demos/before/CodeLuau.Tests/obj/Debug/netcoreapp3.1/

CodeLuau.Tests.AssemblyInfo.cs

1.0 KB

CodeLuau.Tests.AssemblyInfoInputs.cache

0.0 KB

/09/demos/before/

CodeLuau.sln

1.6 KB

README.md

0.1 KB

gitignore

6.0 KB

/09/demos/before/CodeLuau/

CodeLuau.csproj

0.1 KB

IRepository.cs

0.1 KB

RegisterResponse.cs

0.5 KB

Session.cs

0.4 KB

Speaker.cs

4.1 KB

WebBrowser.cs

0.7 KB

/09/demos/before/CodeLuau/obj/Debug/netcoreapp3.1/

CodeLuau.AssemblyInfo.cs

1.0 KB

CodeLuau.AssemblyInfoInputs.cache

0.0 KB

/.../10. Staying Clean/

01. Intro.mp4

463.6 KB

01. Intro.srt

0.6 KB

02. When to Refactor.mp4

2.4 MB

02. When to Refactor.srt

2.9 KB

03. Code Review and Pairing.mp4

3.1 MB

03. Code Review and Pairing.srt

2.7 KB

04. Host Lunch and Learns.mp4

1.1 MB

04. Host Lunch and Learns.srt

0.9 KB

05. Accept No More Broken Windows.mp4

4.0 MB

05. Accept No More Broken Windows.srt

1.9 KB

06. Boy Scout Rule.mp4

1.2 MB

06. Boy Scout Rule.srt

0.6 KB

07. Wrap Up.mp4

1.1 MB

07. Wrap Up.srt

1.0 KB

/10/

staying-clean-slides.pdf

2.3 MB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

 

Total files 251


Copyright © 2025 FileMood.com