Please make the second video.This one was very informative
@saransinha46523 жыл бұрын
Bhaiya ji @takeyouforword has lot of playlists but you have taught some topics like graph and recursion on @code beyond channel also .... so which one to follow 😬😬 please reply 🙏
@parth24393 жыл бұрын
Already Done
@himanshushekher89943 жыл бұрын
Make second video ,not much content is there on KZbin on this topic
@mcraven2813 жыл бұрын
We do need second part and would also love tutorial on SOLID principles
@piyushchaudhari3973 жыл бұрын
1. Using auto keyword is best practice? For example: Function returning pair so to refer returned value using auto is recommendable? 2. Can we use lambda functions (cpp) in interview? Or simple functions?
@darkelixir2517 Жыл бұрын
Yes part II please. Often we forget basics while solving higher level problems, thanks to you for reminding these.
@arunachalamm33993 жыл бұрын
bro do keep episode 2 of code quality as it helps students in identifying the mistakes they make and these things are not taught in colleges.. so will be useful bhaiya just like ur SDE sheet :))
@himangshubiswas542 Жыл бұрын
The principal is " Single responsibility principle" , which states that one class Or one function should have only one job to do. By doing this we can Modularise our code
@thekid35633 жыл бұрын
ur way of saying extremely welllll is very funny.....
@ishankbansal92393 жыл бұрын
Bhaiya according to the c++ documentation (cplusplus reference) size() function takes constant time 10:33
@shahnwazhusain99673 жыл бұрын
Not only in c++. In every programming language size is declared as an attribute inside data structure implementation. Size gets updated using push or pop operations. Thats why accessing size is always O(1).
@shahnwazhusain99673 жыл бұрын
besides that, great work by striver as always.
@dilipsunar993 жыл бұрын
This is definitely going to help us code in a better way (quality wise). Thank you for the video.
@sachinsharma12793 жыл бұрын
People reject final year students on the basis of code quality, code modularity, CS Basics but will never select a student who is not very good ds algo and just average in ds algo but write excellent clean code modular code know CS basics like os dbms and cn in very deep. That is complete bias
@noobbot73923 жыл бұрын
should i always make each and every variable verbose, for eg, in for loop, writing iterator/index instead of i. Also should I write '{' on the same line of block creation or on next line. These are some basic queries I always have whenever I try to write clean code. Can anybody help me here.
@MuhammadYousaf-mz2gd6 ай бұрын
There are 4 main Take away from Video 1)Devide Code into Function(if needed) 2)Variable name should be meaning full. 3)if there are a lot of condition in single if block then make function of it.
@vishalshete58203 жыл бұрын
What a quality teaching man no one teach this things, and so engaging and interesting. awesome
@snigdh3 жыл бұрын
Nice bhai, naam sahi pronounce kar liya 🙂 and thanks for reviewing my code 😁
@vaishnavishrivastava39942 жыл бұрын
Won't direc arrays be created again and again everytime the function is called? I feel it was a better practice to leave it outside the function. 12:00 timestamp
@sypher47352 жыл бұрын
Yeah, but i don't feel like those 8 integers gonna affect much, obviously it's constant
@Kuriocity3 жыл бұрын
@6:20 Abstraction
@lucario43993 жыл бұрын
start at @2:31, before that he had explained why this video is important in interview perspective, by refrencing to google interview he had cleared.
@kumaraishwary79002 жыл бұрын
Using operators in variable, won't it increases space complexity as it taking extra space in mem.
@swayam503 жыл бұрын
Thank you so much Bhaiya for reviewing my code, I'll surely keep these tips in mind next time ❤️❤️.
@aakashgoswami23563 жыл бұрын
Bhai share your interview experience of google and facebook.
@ng3w4623 жыл бұрын
please bring a part 2...these information was really insightful!
@sakshamsrivastava62803 жыл бұрын
Such an amazing tips. thankyou man! Would love to see more videos on this topics
@aayushgoel41923 жыл бұрын
Sir please do a second episode on code quality with more emphasis on classes and oops concept.Great respect cant give anything except thanks 🙏
@mayursb22593 жыл бұрын
Listen to kunal kushwaha's podcast with his own google recruiter ... What she said should definitely put your ego down ..!! I came specially to invite you to listen privately as you do ..!!
@matrixtoogood56013 жыл бұрын
Second episode please! Thank you for this awesome video :)
@arijitdey84193 жыл бұрын
Striver op!!! Definitely want a second video on this....
@evergreen77813 жыл бұрын
The ideal Senior for any engineering college guy ❤️
@mddilshadalam85612 жыл бұрын
Hey striver I m in 2nd year bsc computer science student from west bengal. I had learn DSA and programming language(c++) and doing lot's of practice to do DSA / leetcode questions. I m learning frontend Web development write now I m on react (learning stage). I m not BTech student so will I able to get internship or product based company jobs ?
@Ishowmeat82 жыл бұрын
If your resume is better than the other 999 people applying for the same position
@GeniuslyTensai3 жыл бұрын
Bhaiya please make a another video showing how to give an interview....how to explain as well as solve the questions in the interview.
@VishalKumar-hh4fw3 жыл бұрын
Very helpful video and something important has been taught in this. thank you, Bhai !!!
@TechUprise-by-Jyoti3 жыл бұрын
Thank you so much bhaiya for always giving amazing quality content 🔥🔥 No matter what anyone says about you and do controversy, we will always support you because you are here because of your own hardwork and dedication 😇💯
@akashjaiswal64783 жыл бұрын
@Striver brother, In my college the interviews for placement session 2021-22 will starting from 1st December so, it's a request to upload the second part as soon as possible, thanks a lot, keep posting.....
@mcraven2813 жыл бұрын
Definitely we need code reviews part 2 and also would like tutorial Or learning resources for SOLID principles @Striver
@codingstation77413 жыл бұрын
variable naming which one to prefer? Snake case or Camel Case?
@striver_793 жыл бұрын
Both works.
@nikhilreddydev2 жыл бұрын
How to balance between code speed and code quality?
@debugagrawal3 жыл бұрын
I'm feeling like a senior developer now.
@alokesh9853 жыл бұрын
Please do more videos on code quality. Loved this.
@ramsai61413 жыл бұрын
Heyy bro....which editor is that (after relevel promotion).....?
@jolly_dollyyy3 жыл бұрын
Yes second episode please!!!
@naman_goyal3 жыл бұрын
Yes waiting for 2nd video with same topic
@JamesHalpert85553 жыл бұрын
Y condition checking in private fn. ? Didn't get that part.....
@syednadiya692 жыл бұрын
Code quality Episode 2🙋🏻♀️
@HariKrishna-wm8xn3 жыл бұрын
Can You suggest where can i start my coding journey...I have basic knowledge in Python ....Zero knowledge in DSA....Please reply
@yashikagupta39633 жыл бұрын
Who else is giving such useful tips Literally No one but ONLY you 💯 Unique & Amazing Content !!!!
@suhailf50143 жыл бұрын
Many thanks for this! we need more such videos please :)
@GeniuslyTensai3 жыл бұрын
Thank you so much! This video is a great learning bhaiyaa ❤️ this is a video no one talks about
@uttamrawat79892 жыл бұрын
at 6:21 you are saying maybe functional programming
@arjunreddy89472 жыл бұрын
Need 2nd part to this video. Please do it if possible.
@sober_junkie57092 жыл бұрын
i didnt get the part where he said use class of struct instead of pair of pairs
@sohel_sheikh3 жыл бұрын
Striver, please tell me if I use only functions instead of classes (or OOPS concepts). What do you think about the code quality in this case?
@AbhishekVerma-qo5vu2 жыл бұрын
Need next video from your side about code quality.
@sanakamal5533 Жыл бұрын
As the matter of fact, writing code like this also reduces chance of typos and logical errors.
@vikramkumarsoni52833 жыл бұрын
Bhaiya whatever questions u teach are all optimised codes ?
@pavanrai61962 жыл бұрын
Please bring more code quality videos 🙂
@thelegend52483 жыл бұрын
@striver this is again in C++ not in java!! 😭
@pervejmia82402 жыл бұрын
How to improve communication skill?
@mehlamali47733 жыл бұрын
Code Review more videos much Needed Sir !!
@finster1563 жыл бұрын
CODE QUALITY 2nd episode much needed...
@Live-hh6li3 жыл бұрын
This is a great video Want second part
@xskrish3 жыл бұрын
this is priceless man, thank you!
@shiladityabose77703 жыл бұрын
Raj bhaiya using too much functions in a codeforces rating problems 1400-1800 will increase the time complexity as well as how much will it effect on the space complexity ?
@Raj-yr3vz Жыл бұрын
its applicable for dsa not cp
@saileshramesh81133 жыл бұрын
Please add part 2 striver.
@mr.anderson50773 жыл бұрын
Please make a second edition for code quality video
@-RohitJaiswal3 жыл бұрын
Please bring the 2nd episode 🎉🎉
@kunalsabadra68023 жыл бұрын
where is second episode
@harshittiwari44563 жыл бұрын
Bhaiya Some java code review also plz.....
@srikrishna65953 жыл бұрын
Plz make a playlist on oops... Bro
@prakhargupta43202 жыл бұрын
it must be really hurtful to see someone disecting your code like that 🥺
@koushik12613 жыл бұрын
Usage of comments is also important?
@takeUforward3 жыл бұрын
Not that much
@aakashgarg83523 жыл бұрын
Thankyou bhaiya. 2nd part please
@sagarghare9829 Жыл бұрын
Nice video bhaiya. please 2nd video please :)
@jayeshbhanushali17453 жыл бұрын
Yes i want next part
@gopendumanna96002 жыл бұрын
Please dada do some more videos on code quality review 🙏
@chirag76943 жыл бұрын
Thanks a lot for the video
@AtulSingh-od1sx2 жыл бұрын
Single responsibility principal?
@himanshubanerji8800 Жыл бұрын
please we need a second episode of code review
@shreeramparija77313 жыл бұрын
You look like Munawar Faruqui
@saiteja7503 жыл бұрын
Please make more of these videos
@vodnalasricharan13233 жыл бұрын
Second Episode please
@deepakjoshi43183 жыл бұрын
Java code bhi review krlete ekdo
@bharathkalyans3 жыл бұрын
Loved it but you didn't review mine bhaiyya 🥺😭
@akshitgupta47493 жыл бұрын
good to see u back again
@abhishekanantharam6453 жыл бұрын
Useful!
@shubiie3 жыл бұрын
want more videos on code review .
@zyro99222 жыл бұрын
Too good
@anveshasharma27263 жыл бұрын
bhaiya need 2nd part too
@techwithlord3 жыл бұрын
second part plzzzzzzzzzzzzz
@sayankarmakar133 жыл бұрын
Thanks a lot bhaiya 💕👏🏻
@kaustubh96053 жыл бұрын
You're joining Google. Please like it if you really are.