У нас вы можете посмотреть бесплатно Debugging in C# - Finding and Fixing Problems in Your Application или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
One of the most overlooked skills in a developer's toolbox is the ability to find and fix problems. Too often new developers avoid learning to diagnose problems because they want to get back to real programming but the reality is that you will probably spend more time debugging problems than you will building new applications. Today I am going to walk you through the five steps I go through every time I fix an error. Source Code: https://www.iamtimcorey.com/downloads... Patreon: / iamtimcorey Newsletter signup: https://signup.iamtimcorey.com/ 0:00 - Intro 4:23 - test the application for bugs and 5 steps to take when dealing with them 11:01 - "boolean" bug (dealing with user input) 15:43 - "do-while loop" bugs 21:53 - "for loop" bugs 26:32 - debugging the "for loop" 30:02 - "global variable" bugs 43:14 - "class instantiation" bugs 52:35 - testing edge cases and finding more bugs 56:25 - dealing with user input 1:13:15 - "if statement" bug. Flawed calculations. 1:18:27 - video summary and a piece of advice