The TOP 5 Beginner Programmer Mistakes

preview_player
Показать описание
Are you a beginner programmer struggling to write clean and error-free code? Here are the top 5 most common programming mistakes made by beginners and how to avoid them, so you can write as efficient code as possible.

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

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

⭐️ Tags ⭐️
Programming mistakes, Beginner programming tips, How to get better at programming

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

A few things that helped me:

Typing out code is a pain but it greatly helps reinforce what you are learning. It pays off dividends.

Ninety-nine percent of the time, only copy/paste snippets that you already know what the code does.

Break code! You learn more from mistakes than everything going smoothly. Change little details and see what happens, including what error messages you get. This will help you later on when you run into the same error message in the wild.

dakoderii
Автор

I spend days over the code until I code it in few different ways but to get same result. It is really frustrating not to get the logic sometimes and it's such a pleasure to see your code debugged and working

amaharra
Автор

can't believe as a beginner I didn't do any of these mistakes ⁠^⁠^

huh
Автор

As usual great content Tim. Love your channel and having been a programmer for many decades I can agree that these are bad practices.

fredflintstone
Автор

I do not quite check on error message and the solution to the problem is there already, this is my programming habit, thank for highlighting this

AJCoding
Автор

The error message thing is so true. I cannot count the amount of times I’ve had someone ask me about an error while they send me a screenshot that blatantly says what the problem is. 😂

aidenv
Автор

Names like x and x1 are allowed if you are working with coords

gigantopithecus
Автор

That's why i always try to understand the code before copying also helps if i want to use similar code later

hellgamer
Автор

My best advise learn with c. All algorithms, data structures must be learnt with c. This will avoid complications and just let you do your own algo

srivathsansudarsanan
Автор

Him: Error messages are helpful .
Me: C++

ThatGuyexe
Автор

I used to use descriptive variable names until I met Go; then was always told that my variable names were too long and the max character should be 5, so hard to change a mindset like that..

lewisstevens
Автор

I just reduced a huge block of code using XNOR. Felt like godmode 1.

troeteimarsch
Автор

'Read the error messages'
C++: An error has occured
Me : Oh no, where?
C++: i don't fuckin know, somewhere.
Me : ...

-rya
Автор

Hey I'm a computer engineering major and i'm gonna be a 2nd year soon. I wanna get into the stuff like AI development and cyber security stuff but I'm so lost i dont know how to start learning and what to do after perfecting the fundamentals like i did this year. What do i do next?

krox
Автор

Beginner Programmer's mistake number 0: Do programming without subscribing to TECH WITH TIM.

jackjrz
Автор

I wanna proudly announce that I have done all of these mistakes in the past😅 EVERY SINGLE ONE OF THEM

اشکانمحمدی-زث
Автор

Wow I don't do any mistake, I feel good

franko
Автор

Can you explain the for loop part with examples

keylanoslokj
Автор

Oh cmon, blindly copying code is my favourite way of coding.

keyaanminhas
Автор

be a good programmer and understand the code you steal

morganmakota