↑ ↓ Navigate ↡ Select ESC Close

5 Nooby Coding Mistakes You NEED To Avoid

2024-10-10 Education
22.5k
1.0k
86
Tech With Tim
Tech With Tim
2.0m subscribers

Unlock all features

FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.

Description

πŸ‘‰ To try everything Brilliant has to offer for free for a full 30 days, visit https://brilliant.org/TechWithTim . You'll also get a 20% discount on a premium subscription. In this video, I will be showing you the 5 most common programming mistakes that I've seen made literally every single day. Every programmer has made these same mistakes at point in their programming journey and this video is going to help you fix them very quickly and ensure that you don't write code like this. If you want to land a developer job check out my program with CourseCareers: https://techwithtim.net/dev ⏳ Timestamps ⏳ 00:00 | Mistake 1 02:52 | Mistake 2 06:40 | Mistake 3 10:37 | Mistake 4 14:20 | Mistake 5 Hashtags #coding #mistakes #programming

Top Comments (10)

@TechWithTim 2024-10-10

πŸ‘‰ To try everything Brilliant has to offer for free for a full 30 days, visit https://brilliant.org/TechWithTim . You'll also get a 20% discount on a premium subscription.

10 1 replies
@RileyMeta 2024-10-10

6:40 An alternative that you can leverage: match and case. It generates a look up table during run-time so it matches instead of checks.

8
@Ko_Choso 2024-10-12

this guys really make me wanna keep learning no matter how unmotivated I am, thanks a lot Tim!

2 1 replies
@InfoSecGSO 2024-10-12

1. Simplify longer conditions into one variable. 2. Simplify nesting by reversing the direction of the condition. 3. Avoid ladder statements (several if-else) by: a) Creating a dictionary. Map the different values via key-value pairs. b) Alternatively, create an array and each value in the array corresponds to an index. 4. The Mega function. Split it up into logical smaller units of code 5. Remember to check for Edge Cases. Check for all possible things that can go wrong a) Raise custom errors that tells the user exactly what exactly went wrong and how to fix it.

9 3 replies
@pycat141 2024-10-11

It's nice to see these coding advices/tutorials again. Got a bit more used to that content format rather than to the "How to become ____" videos through all the years I've been learning from your channel.

0
@balloney2175 2024-10-10

Thanks, Tim for the advice... as always... you are my hero!

1
@StuartLoria 2024-10-10

Best practices is what I need, how the syntax works is what the docs are for, this video here is added value to go pro.

0
@andreadelcortona6230 2024-10-10

Great straightforward content I always learn something Thanks Tim!

1
@MisterDan 2024-10-17

Nicely presented. Thank you!

0
@JosphatKangethe-yp1mh 2024-10-10

Hey Tim can you do a video discussing Devops roadmap

2

Unlock the Data Inside
Turn Videos into Knowledge

  • Get FREE 10/day: transcripts, summaries, chats
  • Chat with videos, export text & PDF
  • $1 free API credit for RAG, chatbots & research

Free forever plan β€’ All features unlocked

App screenshot