1
0
0
0
0
Download Image
💡(Late/Fixed)Update loops. Many developers use loops to "wait" for events to happen. It's like you are at home constantly looking out of the window looking if someone is in front of your door and at the same time also trying to watch TV. #programming #programmer_py
Often it's not necessary to update the whole time. Try to make your code event based. See it like having a doorbell. Once it rings, you'll look who is in front of the door. Not needed to constantly looking. 😉 #programming #programmer_py