The WORST Debugging Mistake

preview_player
Показать описание
Whenever you are debugging make sure you check your variables! This is a very common mistake and the reason a lot of people spend hours looking for a bug.

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Tech With Tim
- Debugging

⭐️ Hashtags ⭐️
#shorts #techwithtim
Рекомендации по теме
Комментарии
Автор

Log log log. Always have the values handy to see what's going in and double check what's coming out 😅

demetriows
Автор

Not knowing about pass-by-reference and stubling upon it the first time took me ages to figure out :D

kuwertzel
Автор

AND create good names for your variables !

Last_day_events
Автор

Monomorphism and polymorphism are here to save the day

keshavakumar
Автор

That is a thing I can say I love in Go

matheusresende
Автор

Im frustrated learning js and python at the same time

IlyesCodes
Автор

If THIS can happen in the first place, you are definitely using the WRONG programming language. ;)

mrmagmrmag