Code Reviews: Nulls, Warnings and a Safer Approach

preview_player
Показать описание
Welcome to our new series on code reviews! In this episode, we dive into a C# monster generator app from GitHub. Watch as we analyze the code, identify areas for improvement, and demonstrate best practices. We're going to eliminate a bunch of null-related warnings and then change the project configuration to make sure they never come back. Whether you're a beginner or an experienced developer, you'll gain valuable insights to elevate your coding skills.

Frankly Developing is here to support you on your journey of becoming a better developer. Small episodes on various topics all around software development will help you learn and understand more about this important craft.

Timestamps:
00:00 Series Intro
01:30 Get Started
02:30 Checking for warnings
02:44 Nullable enable
03:58 Only a warning
04:19 QuickFix Danger
05:00 Meaningful Defaults
05:40 Initialize
07:28 ?. Operator
08:46 JSON and null
11:12 Big Difference
Рекомендации по теме
Комментарии
Автор

Thanks Frank! It's awesome to see some real examples of best practices in action. I hope you upload more of these in the future.

GideonTweeddale