Stop Trying To Write "Perfect" Code

  Рет қаралды 37,905

The Coding Sloth

The Coding Sloth

Күн бұрын

To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TheCodingSloth . You’ll also get 20% off an annual premium subscription.
This video was sponsored by Brilliant
Stop trying to write perfect code and go touch some grass.
// BOOKS MENTIONED //
Pragmatic programmer: amzn.to/44ey2X2
Perfection trap: amzn.to/3Ua5oBT
Clean Code: amzn.to/3Jwoxcj
// NEWSLETTER //
Sloth Bytes: slothbytes.beehiiv.com/subscribe
// BUSINESS INQUIRIES //
Email me: thecodingsloth88@gmail.com
// SOCIALS //
Twitter: / thecodingsloth1
TikTok: / thecodingsloth
Discord: / discord
If you'd like to support me I'd appreciate if you get a membership for the channel so I can give at least give you exclusive perks for the support
/ @thecodingsloth

Пікірлер: 154
@TheCodingSloth
@TheCodingSloth 11 күн бұрын
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TheCodingSloth . You’ll also get 20% off an annual premium subscription. The books I mentioned are in the description as well as my newsletter. But you better stop trying to write perfect code or else the tickle monster will get you
@MasterQuestMaster
@MasterQuestMaster 8 күн бұрын
I wanted to do a project, but ended up agonizing too much over how to make everything clean and yet reusable that I never even got started properly.
@alexale5488
@alexale5488 3 күн бұрын
Yess! I obsessed over creating perfect classes, reusable modules...and I realized...no one cares that class to be modifiable in anyway...they care about it making it's job in that moment...
@hermes6910
@hermes6910 3 сағат бұрын
@@alexale5488 You have to find a good balance. Perfect code is mostly useless and slow. But too bad code is a nightmare past a few files/hundred of lines.
@tolotrarabefaly1333
@tolotrarabefaly1333 9 күн бұрын
I actually gave a lot of thought about that topic today since I'm currently guilty about this. The problem with trying to always maintain that high standard is that you're gonna always write flawed code since you don't know everything and you end up slowing yourself down and potentially your team, and this also induces a lot of pressure and anxiety on yourself too. If you turn out be entangled in that curse, IMO the remedy is that you have to LEARN to be okay with the fact that the code you wrote is not written in the best possible way and leave any unnecessary premature optimization loophole, yet still good enough in order for you to continue to move on towards what you / your team is building.
@meltygear5955
@meltygear5955 8 күн бұрын
It gets worse if what you're trying to write is something you want to include in your portfolio, because the engineer who will judge you if you deserve the job will read it
@vynaaa4395
@vynaaa4395 8 күн бұрын
5:47 This is the most beautiful function I have ever seen! Peak software engineering.
@blursed2452
@blursed2452 3 күн бұрын
that's how I write shit lmao, I guess I'm a really bad programmer then😂😂
@siposz
@siposz 3 күн бұрын
Best recursion ever.
@DDvids123
@DDvids123 3 күн бұрын
Oh yeah, let’s run a recursive algorithm all the way to the data type’s max value and once we get there, determine if the number is even or odd lol (rip modulo)
@anonymous-0
@anonymous-0 5 күн бұрын
THANK YOU I've been meticulously refactoring my code for weeks.... all completely unnecessary (well... except for classes). But the moment I started refactoring, shit went haywire. I will 100% stop trying to be a perfectionist, it is 1000% counter-productive..
@cody_codes_youtube
@cody_codes_youtube 8 күн бұрын
You can definitely end the video just 2 seconds in. Perfect code does suck. It’s a unicorn
@pavloburyanov5842
@pavloburyanov5842 8 күн бұрын
Oh man, I got all 3 types of perfectionism and it really sucks me dry. Going from burnout to burnout.
@treygardner2428
@treygardner2428 9 күн бұрын
I am just starting my coding “lifestyle” this year, starting school in the fall, and you have been such an influence!!! Love the videos
@thekibouminecraft9361
@thekibouminecraft9361 9 күн бұрын
i started coding yesterday
@ravikumar1232
@ravikumar1232 9 күн бұрын
Welcome to the abyss
@the_flipside_world
@the_flipside_world 9 күн бұрын
good luck bro you're gonna need it
@Simple_OG
@Simple_OG 8 күн бұрын
Good luck buddy which language you are learning ?
@gabbeeto
@gabbeeto 8 күн бұрын
Jesus Christ don't be consumed by complicated stuff early on. Focus on understanding your programming language and build stuff first
@Simple_OG
@Simple_OG 7 күн бұрын
@SamerTahsin my advice will be learn some basics c and understand how memory manages it will help you a lot you can watche some videos on my code school
@begthere3839
@begthere3839 6 күн бұрын
Brother i found you bcoz of random() of youtube algorithm anyway your way of explanation was to the point and needed in today's era of programming, thanks a lot cheers
@JCastCode
@JCastCode 6 күн бұрын
This is my answer to my problem lol. Currently stuck on a project trying to get a clean code. I am a beginner, Thank you for this!
@tuhin1264
@tuhin1264 4 күн бұрын
Actually good artists have a super power of embracing their mistakes/Imperfections. Coders also need this (for personal project only).
@Mathieuny
@Mathieuny 5 күн бұрын
I love this video, thank you. I'm just starting my programming journey :)
@mridul2846
@mridul2846 7 күн бұрын
Thank you sloth.. I was over optimising my code for literally no reason.. now I feel kinda stupid.. Thanks for the timely video! Saved me a lot of time n effort.. Subscription added!
@brangtoggez6363
@brangtoggez6363 6 күн бұрын
This is the best video for me right now, since yes I want everything to be perfect, now I realized I am being too hard on myself, and even my friends in programming, I keep nagging them about it. Now I feel sorry, well thank you for releasing the video.
@maddsgn9681
@maddsgn9681 9 күн бұрын
Whoa, what a cool montage style 😎 Ty for the video, hope u have a good day
@ricardogodoy7337
@ricardogodoy7337 2 күн бұрын
Super awesome video, very enlightening, subscribed!
@meltygear5955
@meltygear5955 8 күн бұрын
I go through tutorial after tutorial and feels like my code sucks even the moment I type it. I haven't wrote a single functional app that I can call "my own" for months. I also chase the "best language" so my knowledge is shallow in multiple languages instead of deep in 1-2. Thank you for this, I'll read the pragmatic programmer AND apply it.
@govindpvenu
@govindpvenu 2 күн бұрын
Thank you for this sloth
@sabinshrestha5335
@sabinshrestha5335 6 күн бұрын
Just the video I needed.
@lukwagoimmanuel3051
@lukwagoimmanuel3051 9 күн бұрын
thanks so much
@scrudover1247
@scrudover1247 8 күн бұрын
This is so timely. I'm currently going through this, as I'm assigned to a project in work wherein it's the first project for my team that's supposed to pay more attention to optimization. The problem is I'm a junior dev who's too smooth brain. I guess I should dial it back a bit and not obsess over every line of code, especially given that this is my first project and my team probably doesn't expect me to nail it the first time. Thanks for the video.
@netherportals
@netherportals 7 күн бұрын
Throwing code at an AI can help rinse your brain. I could help you if u get a brain itch down the road.
@HebaAltaha
@HebaAltaha 9 күн бұрын
Nice video Thanks for the video
@elysian_myst
@elysian_myst 8 күн бұрын
A very good video sloth, keep it up!
@uraxii2944
@uraxii2944 2 күн бұрын
I've started rolling with the idea that "clean code" basically means it minimizes the amount of frustration it brings people.
@zorth4729
@zorth4729 Күн бұрын
I remember this guy’s video about being unemployed last year. I was too. I hope he’s found a job since then.
@vallunacoder.wecodetogether
@vallunacoder.wecodetogether 9 күн бұрын
Hi sloth hope yoy are doing OK. I from Colombia 🇨🇴 . And I really like your videos !!!!❤
@kirillvoloshin2065
@kirillvoloshin2065 7 күн бұрын
Moving fast to learn is one thing. Moving fast at work likely leads to technical debt, which will need to be refactored at some point
@alienm00sehunter
@alienm00sehunter Күн бұрын
The thing about "optimization" is that it means different things to different people. This is because you can optimize for different things. For example: memory usage, code size, execution time, time complexity, size complexity, latency, throughput, etc. I feel like lots of people actually try to optimize for things that are impossible to quantify or measure like "clean code", or "good code", or "DX" etc. this can easily lead to burnout and negative feelings because you're just stumbling around. You learn early in performance optimization that if you don't start by measuring then you won't actually get anything done. You also learn that there are bad and good measurements. When optimizing for "good code", you really can't make any measurements. I also feel like all the measurements that we do have in the "good code" space, like Uncle Bob's Clean Code, are actually terrible measurements. I think they are like all the measurements that companies have for developer productivity which most developers know are complete bull shit.
@jayleo500
@jayleo500 9 күн бұрын
I would say overengineering is good for learning. Not in practice tho. From what Ive seen, the only thing that really matters is having an air tight coding standard and good docs.
@Zyhru
@Zyhru 8 күн бұрын
Yall not hearing him! Stay with him now 🗣️🔥🔥
@Loki_Dokie
@Loki_Dokie 2 күн бұрын
It's the same as writing a novel/short story. You have to edit after or you'll never finish the book, but if you do It'll still need editing.
@netherportals
@netherportals 7 күн бұрын
Teaching people how to use your code with minimal words usually (Hit enter) is how to do it. I write code mostly for video games like FreeRiderHD and KingdomofLoathing , I always have time to make new things.
@SimGunther
@SimGunther 9 күн бұрын
1. What's the data I got to work with and how much of it must we ingest at any given time? 2. What are the problem space constraints I must obey? 3. What's the output I must produce given this data? 4. What's the performance constraints given certain data sizes? 5. How frustrated would someone else get from reading code that's high on performance, but low in comprehension speed and high in overall WTH score? 6. What's the minimum information about the domain that I need to understand about from stakeholders before I can actually solve the problem? 7. Can I draw a good enough picture about the problem and how it can be solved given all the constraints above? As long as I have this benchmarks in mind and check all those boxes, I can churn out reasonable code in record time without feeling the need to be "perfect".
@netherportals
@netherportals 7 күн бұрын
Get unicycle, get a bunch of weights, get some pads for yo shoulders, put dem weights on yo shoulders, ride
@Dysax
@Dysax 9 күн бұрын
another banger
@neozoid7009
@neozoid7009 6 күн бұрын
Thanks for such Soo cool informations 💌💌💌
@hermes6910
@hermes6910 3 сағат бұрын
It's better to be able to make somewhat "perfect" code (or at least understand what that means) and adapt it to your needs, than to ignore these concepts completely and not be able to apply them (overall, not in full). Good to read, get your own ideas and make productive, well-designed code. productive, well-designed code. Unfortunately, in my work, these books have probably never been read and I'm now in charge of an unmaintainable code base.
@Skeffles
@Skeffles 9 күн бұрын
I think this is really valuable advise but for inexperienced coders wanting to make big systems, hacking something together can quickly be a disaster. It's about understanding what perfections to add for the requirements of what you're making.
@thejoker7705
@thejoker7705 8 күн бұрын
Liked,commented and already subbed❤
@ArcheryLuna
@ArcheryLuna 3 күн бұрын
Yes
@poschinski
@poschinski 5 күн бұрын
The game undertale has a switch statement with over 1000 cases. Thats was something that showed me that often the most important thing is that it works... it doesnt matter how "bad" it's actually implemented.
@andyk3889
@andyk3889 4 күн бұрын
Minecraft Java Edition has one too
@itzkasmi
@itzkasmi 4 күн бұрын
You mention doing more project will make you a better developer, how long should you spend on a given project? Or does it depend on how big of a project you’re working on?
@skyycodez
@skyycodez 8 күн бұрын
What's the tts voice you're using for books?
@hahe8530
@hahe8530 Күн бұрын
Thank you very much for this video! Perfect code has been my downfall for so long. I’ve stopped 2 projects because of it. I’ve always had imperfect code which has always tormented me because I try my best to be the best except I’m just competing against myself. I’m not sure if that made sense but thank you anyways!
@MasterQuestMaster
@MasterQuestMaster 8 күн бұрын
6:00 But optimizing my for loop feels so good :(
@laxy-gamer
@laxy-gamer 8 күн бұрын
Bro I created over 10-15 games, but still I think that I'm only able to write "hello world" and nothing else
@erdosh5373
@erdosh5373 5 күн бұрын
same bro😭 I'm kind of learning, but I still feel like that all can i write it's hello world
@unknownbirdpro
@unknownbirdpro 5 күн бұрын
Seems like you make these games by watching youtube tutorial😂😂
@_bhp
@_bhp 5 күн бұрын
@@unknownbirdpro yeah get out of tut hell if that's where you're at
@halfbakedproductions7887
@halfbakedproductions7887 3 күн бұрын
I tried getting into gamedev and it seems like everything is so much effort. You get stuck, you Google everything and you find some channel called like "John Smith Games" who has been an indie for 15 years but never did it professionally. He knows everything but is showing you outdated and lazy ways of doing everything. Same goes for those Unreal tutorials that start with "Open up the third person template" (rather than teach the fundamentals of how it all works) as they use the old input system and hard-reference everything to break the Observer pattern.
@nicholasfinch4087
@nicholasfinch4087 4 күн бұрын
I spent a whole year trying to build an application that never launched because I was fixated on optimizing every step of the user lifecycle. Eventually I ended up just redoing the entire thing and just literally cave man coded it. It ended up being far less stressful in the end.
@theweirdpurplephantom1398
@theweirdpurplephantom1398 5 күн бұрын
I only strive for a minimum of good enough,and if it ends up better,good for me
@ArleyChannel
@ArleyChannel 9 күн бұрын
Please dude what editing software do you use ?
@hi_beemo1808
@hi_beemo1808 6 күн бұрын
there was one time when I wrote a comment on a post that has a meme about bad code from a programers group on Facebook, on the comment I was asking for help to how to fix the 6 variables i made to store 3 positions, everyone thought it was funny and the 15 years old me was so frustrated 😅
@deventerprises2640
@deventerprises2640 6 күн бұрын
Write good code Tell chatgpt to optimise it ~ *Wiseman*
@icemans1matedude339
@icemans1matedude339 3 күн бұрын
And this my friends is why i only code on a per project basis, otherwise i would physically destroy myself with my own unrelenting imposter syndrome
@poineapple2086
@poineapple2086 9 күн бұрын
sloth does it get better
@TheCodingSloth
@TheCodingSloth 9 күн бұрын
Uhhh I think it does
@brockdaniel8845
@brockdaniel8845 6 күн бұрын
Sooo good😂
@Alucard_Seven
@Alucard_Seven 9 күн бұрын
Cant write perfect code when all ur code is terrible. Most of my code breaks with the slightest breeze. But I'm learning new skills, I do try to stay with the best practices but if my code works don't touch it. Since yt keeps deleting my comments my last project was a discord bot with chatgpt integration for a roleplaying server. Learned so much in the past 3 weeks of development.
@netherportals
@netherportals 7 күн бұрын
What was your last project about?
@Alucard_Seven
@Alucard_Seven 7 күн бұрын
@@netherportals Discord Bot using Python with ChatGPT integration for a buddies server. I eventually got it all to work "perfectly", but it took some time. trial and error and lots of learning new APIs, I also rewrote most of it to be somewhat cleaner code. Next, I'm adding a database system to keep track of scores and IDs.
@Alucard_Seven
@Alucard_Seven 7 күн бұрын
@@netherportals Discord Bot with chatgpt integration. I first wrote my code with horrible code but after the project started to reach a point of functionality I rewrote it to "cleaner code". most of the stuff that works I didn't touch.
@Alucard_Seven
@Alucard_Seven 6 күн бұрын
​@@netherportals Discord bot with chatgpt intergration. I did write the first few files with terrible code to get it running, but then later on I did rewrote most of the code to be somewhat "cleaner code"
@Alucard_Seven
@Alucard_Seven 6 күн бұрын
@@netherportals Discord bot with chatgpt intergration. I did write the first few files with terrible code to get it running, but then later on I did rewrote most of the code to be somewhat "cleaner code"
@zolo8888
@zolo8888 4 күн бұрын
Hi, I have a question. I joined a coding school 6 months ago, and we have a lot of projects to complete. Some former students who have finished the projects have put them on git hub or made tutorials on medium. I see a lot of students in my class going 5x faster than me by copying the code projects we have to do and just learning how to reproduce them. But personally, I do the projects on my own then optimize to improve my problem-solving skills, architecture and build synapses related to coding but evolution takes time. Am I making a mistake in the way I learn to code? Should I be doing what they're doing?
@GooksanGom
@GooksanGom 4 күн бұрын
5:22 "Premature ejacul... Premature optimization!"🤣🤣🤣
@paulkomini6678
@paulkomini6678 3 күн бұрын
I don't know why we say "good code" and not "good enough code" cause at the end of the day that is what it's what matters
@pyp2205
@pyp2205 5 күн бұрын
I find myself writing code that can be considered as "not clean" or "not perfect". But I don't really care to be honest, if it at least works for me then I'll be fine with it.
@Simple_OG
@Simple_OG 8 күн бұрын
Oop is best
@vickyhuang5229
@vickyhuang5229 8 күн бұрын
The anxiety of making "perfect" code is the worst feeling that I had
@pavloburyanov5842
@pavloburyanov5842 8 күн бұрын
you going to make perfect code, but your making just nothing. I know that feeling
@netherportals
@netherportals 7 күн бұрын
@@pavloburyanov5842 It helps when you have similar projects to borrow from.
@thiagoassisfernandes
@thiagoassisfernandes 5 күн бұрын
Waiting for the primeagens take on this
@KoKololDev
@KoKololDev 9 күн бұрын
Damn after i watch this video i feel that i put pressure on myself too much i learn too deep, overthinking and very high standard Bro you save my life, lifetime and my butt 🌚 (Really good vid)
@equious8413
@equious8413 Күн бұрын
I do not have this problem. I'm the personification of the "good enough" meme while coding.
@enthsz8446
@enthsz8446 8 күн бұрын
Bro, did you know that in portuguese sloth means Lazy? Sorry for the randomness I was taking a shower and thought about this 🙂
@netherportals
@netherportals 7 күн бұрын
Same with English enthsz84 46
@halfbakedproductions7887
@halfbakedproductions7887 3 күн бұрын
Did you know that ChatGPT pronounced in French translates to "cat, I farted"?
@paultapping9510
@paultapping9510 6 күн бұрын
10/10 video, though living in my walls to obtain data for this very personal attack seems a bit much tbh.
@eltala5505
@eltala5505 Күн бұрын
what if you write in assembly? because if you dont get your code right you get a segmentation fault.
@darrenzou2225
@darrenzou2225 6 күн бұрын
Tgis is like Bigbox SWE but 10 minute videos
@0brooo
@0brooo 2 күн бұрын
I came for programming tips and I got life lessons. What’s next? I gotta shower?
@datpham2425
@datpham2425 7 күн бұрын
This is the first time I see an angry sloth...
@mamamikazala
@mamamikazala 7 күн бұрын
My man, great video you got there, but recommending anything from Bob Martin makes me very uneasy
@Fullrusher
@Fullrusher 2 күн бұрын
I enjoy coding , and wanted to make a job out of it but with the AI stuff I just had quit , is this worth doing ? ( I don't mind doing it for free but it feels like it may end up being in vain)
@i-am-linja
@i-am-linja 6 күн бұрын
This is my problem in every area of life: if I don't do it _right,_ that's bad; if I don't do it _at all,_ that's neutral. Exacerbating matters is I don't feel joy, and can't be motivated to do anything for myself; I can't "push through" bulldozer perfectionism, because there's nothing to push with.
@kateiry4719
@kateiry4719 3 күн бұрын
I think our society needs a therapist type specifically for programmers...
@t.mollov566
@t.mollov566 7 күн бұрын
5:25 😆
@user-cs2ek6bo1p
@user-cs2ek6bo1p 2 күн бұрын
My new job correspond need perfect code that make me burnout
@K29ninjaNelsonYT
@K29ninjaNelsonYT 9 күн бұрын
Sasa sloth uko aje unajua wewe ni manzee wangu
@harshchauhan5514
@harshchauhan5514 8 күн бұрын
I will start coding from tomorrow
@derekblaney8617
@derekblaney8617 9 күн бұрын
Hi sloth
@TheCodingSloth
@TheCodingSloth 9 күн бұрын
Hi
@altu8590
@altu8590 7 күн бұрын
Sorry, but I'm addicted to it like crack cocaine, so no.
@itarinsukhorino6161
@itarinsukhorino6161 9 күн бұрын
ahh I feel so lucky, that I'm bad with coding, so I won't have perfectionism nice
@pablocau3792
@pablocau3792 6 күн бұрын
Dude. We are only trying to write simple code.
@vladimirtchuiev2218
@vladimirtchuiev2218 7 күн бұрын
As a hobbyist concept artist, I don't know when to stop scribbling on a painting
@scotmcpherson
@scotmcpherson 8 күн бұрын
I practice “clean enough code” … clean code NOT optimised… it’s slow but generally more readable, but optimized code is much less readable so… I call BS on the whole thing… just do what works and then get it working as well as you can.
@netherportals
@netherportals 7 күн бұрын
I leave in a big chunk of comments , configs, and keys, because it doesn't matter for copy and paste friends
@eightsprites
@eightsprites 6 күн бұрын
Now I be That guy.. 5:47.. recursion really 🤣.. lalalala.. return !(n%2);
@daninumbers
@daninumbers 6 күн бұрын
I try to start it efficient enough but as obvious as possible and then after it works, think if it could be done better. If it doesn't take way too much effort and time for what the possible improvement could be then doing it. Otherwise I better go do something else. And comments, of course. A little explanation can make seemingly obscure code obvious but I see too often fellow programners won't care writing those. Sad.
@precumming
@precumming 3 күн бұрын
My code ends up with people emailing me thanking me for the clarity. A lot of my jobs start with someone being unhappy with the people they just hired and they declined adding a new feature, they ask me to have a look, and it's from a code farm and all of the code are just copy and pasted large blocks that seem to have never been code reviewed and they just went with the first thing that works, it's awful. So I've done a lot of top down (I'm a functional programmer at heart regardless of the language I'm using) full rewrites and it's so easy for others in the future to come along and extend it. I was in hospital for most of 2022 and so I couldn't take jobs from people I've done that for, and I've been thanked because I didn't leave them a mess. I feel that if you learn a functional language, even if you are writing a non-functional language you can approach programming in a way that is very clear from the start, as such there's no stress about writing perfect code as I'm approaching it in a way that I get close without any effort. Additionally writing things top down you start with writing a function, then the function that needs it, and the function that needs that, and so on, sometimes you may need another unwritten function where you go to the top and go down to get back to where you were. There are far fewer loose strings to deal with and you don't end up with hundreds of TODOs. As far as I'm concerned perfect code from someone else has very descriptive names, you have auto-complete use it and have descriptive names you don't have to worry about typing it all out and your lines shouldn't be so long that it's an issue (a 16:9 monitor at default font size should fit 3 panes without any horizontal scrolling).
@Pokedollar
@Pokedollar 3 күн бұрын
Secure code >>>>>>>>>>>>>>>>>>>>>> Perfect code. I dont mean, that it needs to be 100% secure, but I often see beginners overanalyzing their code, making it more complex and thus more prone to vulnerabilities
@arafatmohammadasifbamboowa2211
@arafatmohammadasifbamboowa2211 9 күн бұрын
When face reveal
@vspoke9150
@vspoke9150 6 күн бұрын
Tomorrow, he told me
@Alucard_Seven
@Alucard_Seven 4 күн бұрын
code
@ricardosouza9887
@ricardosouza9887 9 күн бұрын
👍
@ComicusFreemanius
@ComicusFreemanius 4 күн бұрын
Done > Elite
@BrownStain_Silver
@BrownStain_Silver 4 күн бұрын
I disagree. I wrote perfect code but there is just one more bug to fix..
@filipslezak5152
@filipslezak5152 7 күн бұрын
Instead of perfect, write maintainable code, everybody including yourself will thank you in unspecified amount of time in the future when the time will come to refactor that thing :)
@yassinesafraoui
@yassinesafraoui 3 күн бұрын
I didn't know OOP was this bad *this is a joke
@MAVERIK_OG
@MAVERIK_OG 9 күн бұрын
W
@K29ninjaNelsonYT
@K29ninjaNelsonYT 9 күн бұрын
I'm k29 ninja I talked to you
@AbdulGiwa
@AbdulGiwa 6 күн бұрын
You kinda did windows user dirty there.
@termisher5676
@termisher5676 6 күн бұрын
I made brute force instead of binary search to find optimal angle to walk around square that half's fps. Then I figured I could just expand aabb of enemy 2 times to grt colision area expand by 1 additional unit and go to best corner after finding what one is closest to enemy back while is walkable
@doadoa7983
@doadoa7983 2 күн бұрын
137
9 Programming Lessons I Wish I Knew Earlier
11:36
The Coding Sloth
Рет қаралды 502 М.
How I Learned to Code and Not Waste Time
3:19
Carrio Code
Рет қаралды 4,3 М.
Who enjoyed seeing the solar eclipse
00:13
Zach King
Рет қаралды 89 МЛН
Surprise Gifts #couplegoals
00:21
Jay & Sharon
Рет қаралды 13 МЛН
역대 최고의 클러치 선수는 누구일까?
8:06
하미플에릭
Рет қаралды 5 М.
This is Why Programming Is Hard For you
10:48
The Coding Sloth
Рет қаралды 403 М.
How I Failed My Netflix Interview
9:14
The Coding Sloth
Рет қаралды 450 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 78 М.
DON’T Do Another Programming Course
14:41
Leonard Thiele
Рет қаралды 2,4 М.
Learn To Code Like a GENIUS and Not Waste Time
9:41
The Coding Sloth
Рет қаралды 981 М.
I’m unemployed so I made a program to help me get a job
9:19
The Coding Sloth
Рет қаралды 404 М.
It’s actually pretty easy to get ahead of 99% of people.
11:51
SpoonFedStudy
Рет қаралды 287 М.
Destroying Typing Games With A Typing Bot
11:25
The Coding Sloth
Рет қаралды 8 М.
"Clean" Code, Horrible Performance
22:41
Molly Rocket
Рет қаралды 825 М.