Another exquisit release
Pluralsight.Defensive.Coding.in.C.Sharp.UPDATE.02.Jan.2020-XQZT
Title: Defensive Coding in C Sharp
Publisher: Pluralsight
Size: 327M (342219003 B)
Files: 7F
Date: 01/09/2020
Course #: Pluralsight
Type: software-development
Published: Wed Jan 08, 2020
Modified: Jan 2, 2020
URL: www.pluralsight.com/courses/csharp-defensive-coding
Author: Deborah Kurata
Duration: 2h 14m
Skill: Beginner
Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
Great applications perform required operations as expected, help
users enter correct data, handle system and application
exceptions, and make it easy for future developers to modify and
maintain the code. Defensive coding focuses on improving code
comprehension through clean code, improving code quality with unit
tests, and improving code predictability by building clear
methods and preparing for the unexpected. In this course,
Defensive Coding in C#, you will gain the ability to
strengthen your application s defenses against the perils
awaiting it in the real world. First, you will learn how to
improve your code comprehension by following techniques such as the
Single Responsibility principle. Next, you will discover how to
improve your code quality through unit tests. Finally, you will
explore how to improve your code predictability by
validating method arguments, handling nulls
appropriately, returning predictable results, and managing
exceptions. When you are finished with this course, you will have
the skills and knowledge needed to strengthen your code s