5 Ways To Write Code Faster

preview_player
Показать описание
In my opinion, one of the worst parts about coding is how time consuming and mentally exhausting it can be. In this Tech With Tim video, I'll be sharing with you 5 tips and strategies to write code faster. I'll be talking about how you can write code in a better way, so you have less bugs and are more efficient when you're going through the coding process.

Thanks to Yubico for sponsoring this video!

⭐️ Timestamps ⭐️
0:00 | Intro
1:09 | #1 - Make a plan
3:48 | #2 - Keep it simple
5:31 | #3 - Use a debugger
6:31 | #4 - Write automated tests
7:40 | #5 - Take frequent breaks

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
💰 Courses & Merch 💰

🔗 Social Medias 🔗

🎬 My YouTube Gear 🎬

💸 Donations 💸
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Coding tips
- How to code faster
- Coding advice for beginners

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

1. Make a plan
2. Keep it simple
3. Use a debugger
4. Write automated tests
5. Take frequent breaks

BcoderDotCom
Автор

Sometimes I wish you were my professor giving career tips

ojasdillikar
Автор

One old programmer told me thinking is precise, precise is slower, slower is faster.

joseiparra
Автор

Video: 5 ways to code faster
#1: Type faster
Me: Furiously scribbles in notes

cyberdash
Автор

Hey Tim, what about a Docker and Kubernetes tutorial.

mayankvaswani
Автор

Hey tim, I’m a follower since ever..keep up the good work 👋🏻

ayzrag
Автор

Honestly the best way to debug for me is to explain the problem to someone else. Often, I’ll be griping to someone about how something isn’t working, and it’ll just hit me straight in the face.

sethraphael
Автор

so far i only took tip #5 to heart... in fact, i never stopped applying that tip

scofieldrk
Автор

Taking frequent break is just a 100% true because I observe myself in the same situation.

fasinudennis
Автор

Keeping it simple is VERY important.
More than once I couldn't understand what I was thinking at the time I wrote some code.
When it happened, I blamed Python's list comprehension resource (it can get very confusing haha).
But deep down I knew that I only had myself from the past to blame. The horror.

sthefanocarvalho
Автор

#1. Make a plan.
"If you fail to plan, you're planning to fail."

Good video with good advice. I do have a question about the one I never learned to use - what do you use to set up automated test scripts?

dougsigman
Автор

And what about making video about the tests and how to write that for our program.

taneemishere
Автор

could u please make a video on how to write tests. It would be of great help

aryan
Автор

4:36 me trying to know how tensorflow is made by reading through its scripts.... Fainted after reading few keras scripts

rog_shakhyar
Автор

Can u make a video about how to make automated tests?

pauljones
Автор

✨Very Useful Information for Beginners ✨

anilkumarp
Автор

Tim this is an excellent talk and really gets to the point. :-)

edwardedward
Автор

I had a bug in my code

For 16 freaking straight hours i dat down trying to figure it out

Stood up to go have some rest

When i came back i noticed that i had wtitten tates and not states

yungifez
Автор

1. Plan
2. Kiss
3. Debug
4. Test
5. Break

theobellash
Автор

Data structures and algorithms complete course for python please

rajatmehra