Is Production code different from tutorials

preview_player
Показать описание
Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

You can find our discord link, github link etc on the above website.

Рекомендации по теме
Комментарии
Автор

I started using the new method a week ago (creating an object) and i guess i know from where the reel was from... Anyway making a tutorial is one thing but helping others avoiding "mistakes" is another... sir you just gained a new subscriber! Keep it up.

aliofmecca
Автор

Great Video Hitesh ! I was also thinking to make a video on this topic. People often ask me the same question I hope some of them got their answer from this video. I will make a video on this topic obviously it will be in Hindi. I will take inspiration from this video as well. Thanks

geekyshows
Автор

I want your playlist, and I'm ready to pay for that. You're a man of taste, I like that.

deepankarg
Автор

I think what hitesh is trying to convey is that the code should make sense, whenever other people who are working on the code can understand what's going on with the code

bikidas
Автор

Yes i totally agree, when I started learning python, i have came across this list comprehension and used to showoff during practicals but over the time I have realised that list comprehension can be good at med levels but you can't use it all the time just to reduce LoC. Also as you mentioned it is actually hard to understand nested loops with conditions in list comprehension 😅

adityamahimkar
Автор

This Gave me confidence that what I am doing or was doing , is absolutely acceptable and proud.

ahmerpatel
Автор

This is something that deserved attention.

segsfault
Автор

Sir, Can we get this new version of 'teacher theme dark' ??? 😅😅

ganesh
Автор

personally I would go with the object approach
I think it is easier to read and easier to maintain,
I mean how much object of 600 keys will take memory?, it will not be bigger than 500kb in worst cases
we are talking about kb here, a low end smartphone have at least 4gb ram nowdays
so I see that memory is not a thing to worry about in this case

yaserhasan
Автор

We need a pro frontend course with react js in continuous of probackend

stiphenrobert
Автор

I will always for go for more readability then writing shorter code but in given example object approach is much cleaner and easy to understand.

VersusMythical
Автор

These are so informative videos please keep these coming this particular video was in my mind for like always...outro music 🔥

adityakumarsingh
Автор

I believe, Its a personal choice for most of the people.
But I definitely also agree with the norm that's widely accepted throughout the community. If it's fine for company's side then great!

abirroy
Автор

I'll choose switch case for more readability for Future me 😅

imamansoni
Автор

Recently I learned JavaScript and It's pretty hard and also Easy. I think JavaScript is an Interesting Language.

shishirm.h.e
Автор

Yeah, every programmer should care about it...
If your is code machine understandable, it should be human understandable

aqtv
Автор

So how can we understand production code and stuff even though if not working

murgeshpatil
Автор

Is this the same teacher theme dark ? The background seems a little bit different and there are no purple elements unlike the theme from the marketplace, also the git repo seems to be removed ? If not can anyone tell which theme is this ?

itsCcallahan
Автор

I disagree here, for instance in case of 3-5 cases it's fine but when you said that say there could be thousands of such case then either if-else, or switch is not a right approach, because it's basically O(n) if you look carefully whereas a map approach is O(1) approach, plus this approach is more maintainable as in future if you need to add a new hero, you simply need to add another key-pair in the map and it will work, but in other approach if things are complicated, it could become cumbersome.

livesamarth
Автор

amazing video, I will add your example in my tutorial with full credit :D

DaniyalAk
welcome to shbcf.ru