Do real programmers copy paste code

แชร์
ฝัง

ความคิดเห็น • 81

  • @martinchromecek2928
    @martinchromecek2928 ปีที่แล้ว +112

    As a newbie to coding this has calmed me down so much. It's good to know that it's an essential part and I don't need to code everything from scratch. Thanks!

    • @dreamer0732
      @dreamer0732 ปีที่แล้ว +12

      Yes bro i felt so relief after watching this

    • @ahmed-lx8pl
      @ahmed-lx8pl 2 หลายเดือนก่อน

      how’s it been?

  • @yizhang7027
    @yizhang7027 ปีที่แล้ว +57

    A programmer's worth is not to write original code.
    It's getting a functionality done, and keep it working.

  • @KDSBestGameDev
    @KDSBestGameDev 11 หลายเดือนก่อน +12

    I barely never copy and paste code from the internet. But I develop software for 23+ years now and that more than full time.
    I suggest instead of copy and paste. Read the code you want to copy and try developing it yourself afterwards, with the copy code as a reference.
    Small change but it will help you develop your craft and learn instead of stupid copy paste.
    Also you shouldn't copy paste anything that you don't understand. With understanding I mean you at least know what each line does. Let's say you copy the quake fast inverse square root. It's fine to know that the code does an inverse square root and know what each line does without having a proper math proof that it works. I often saw people copy complex code like an astar algorithm and know nothing about how that thing works. That is IMHO not acceptable.
    Also googling if the problem has been solved before makes total sense to me. Good video!

  • @cyborgbabyarms9262
    @cyborgbabyarms9262 ปีที่แล้ว +40

    Knowing that this is done made learning to code less overwhelming. When you think you have to memorize so many things it can be daunting. I've come to realize that knowing what resources to use and when to use them is much more optimal.

    • @knowledgeiskey4087
      @knowledgeiskey4087 ปีที่แล้ว +1

      Bro but some people like me suck at searching for the right thing. I have to make a peg game in C++ and it’s pretty hard. I did google but I’m still not done when the due date is tomorrow

    • @cyborgbabyarms9262
      @cyborgbabyarms9262 ปีที่แล้ว

      @@knowledgeiskey4087 I'm pretty sure that can be difficult with a language like C++ but if I were you I'd break it down into pieces. So I'm pretty sure you're going to start out with some classes, look at tutorials on that and when you got that working right, go on to the next piece. Google is good but that tube is where it's at. I had to write a program for class last week and I was able to add some extra seasonings on it thanks to youtube. Don't be afraid to try some stuff out. I hope you were able to turn it in on time. Also if you haven't hop on that stack overflow.

  • @priyadhandapani5076
    @priyadhandapani5076 ปีที่แล้ว +43

    You answered my million dollar question 😂😂👍

  • @nullpro7435
    @nullpro7435 ปีที่แล้ว +10

    Also google and stackoverflow will often give you a more efficient way of solving the problem than what you would do on your own

    • @aslamsean
      @aslamsean  ปีที่แล้ว +2

      Yep why reinvent the wheel

  • @itshadoww
    @itshadoww 9 หลายเดือนก่อน +2

    As someone who doesn’t really learn coding at all and copy pastes everything all the time, I can 100% relate to this.

  • @HammadNajam
    @HammadNajam ปีที่แล้ว +5

    Please do or plan a series for coding to newbies or beginners. Really liked that way you have described the process in your videos and reels.
    Looking forward for videos on Codes.
    Thank for giving us useful information on products.
    Keep it going 👍

  • @momo_lbrd4522
    @momo_lbrd4522 ปีที่แล้ว +2

    And here I am, feeling guilty that I'm not putting in enough work because I can't figure it out how to do my assignment without googling.

  • @calcio437
    @calcio437 ปีที่แล้ว +4

    Me: copy and paste
    then rewrite it so my coscience don't feeling bad

    • @lastspoil5547
      @lastspoil5547 11 หลายเดือนก่อน

      Rewrite it underneath or in new tab?

  • @muhammadazkanaufal8695
    @muhammadazkanaufal8695 ปีที่แล้ว +2

    Imagine everytime u start new code its from SCRATCH

  • @JosefPiano
    @JosefPiano ปีที่แล้ว +5

    Ai is about to be put into IDEs to help replace the Google search.

    • @error-my9ut
      @error-my9ut ปีที่แล้ว

      git copilot is already is there for it already keep yourself updated dude ik Ai is better but copilot is good aswell :)

  • @bradvan8156
    @bradvan8156 ปีที่แล้ว +1

    When I’m using a new language most of the time I know how to solve the problem in one that I’m more comfortable in so I look up the syntax for example

  • @Thezayd1
    @Thezayd1 ปีที่แล้ว

    I really needed to know this!

  • @lastspoil5547
    @lastspoil5547 11 หลายเดือนก่อน +1

    so if we have to code during the interview will we look weird if we do copy and paste?

  • @error-my9ut
    @error-my9ut ปีที่แล้ว

    the money is for understanding the correct part which is to be updated ,I entered gsoc this year and lord I had to give like 4-5 days just to figure out the parts of problem in the code ,that's the tough part else it's just copy paste with some changes

  • @Guy_Sandler
    @Guy_Sandler 2 ปีที่แล้ว +19

    If control c and v didn't exist we would be payed 10 times more

    • @varshaben1964
      @varshaben1964 2 ปีที่แล้ว +4

      U can use mouse to copy and paste

    • @Guy_Sandler
      @Guy_Sandler 2 ปีที่แล้ว +4

      @@varshaben1964 yes but devs don't use that 99.9% of the time

    • @aslamsean
      @aslamsean  2 ปีที่แล้ว +4

      Total life saver

  • @huzailjamil5240
    @huzailjamil5240 ปีที่แล้ว +1

    Google is just like the documentation for programming i started with Google and achieve something beyond

  • @haniboutlat3711
    @haniboutlat3711 ปีที่แล้ว

    Chat gpt is really helpful as well

  • @canva100
    @canva100 6 หลายเดือนก่อน

    pleasemake cources for programming if you are a real programming

  • @shaikchinnamukhavar6199
    @shaikchinnamukhavar6199 2 ปีที่แล้ว +2

    How to gain a code from google

  • @umamaheswariselvan591
    @umamaheswariselvan591 ปีที่แล้ว

    how to crack the coding tests in interview, how should I prepare for that?

  • @yuriitiunov8803
    @yuriitiunov8803 5 วันที่ผ่านมา

    prompt to LLM now instead of googling

  • @Yash-yd3wm
    @Yash-yd3wm 2 ปีที่แล้ว +2

    why no more videos uploaded when you will upload on some tect products or coding languages plz upload soon

    • @aslamsean
      @aslamsean  2 ปีที่แล้ว

      Yes I will work on it this weekend.

  • @motivate_k3766
    @motivate_k3766 2 ปีที่แล้ว +3

    which is ur fav frond end or back end

    • @aslamsean
      @aslamsean  2 ปีที่แล้ว +2

      I enjoy front end. Because I like making interfaces. But I am much faster in backend. I guess mix of both worlds. If I do full time then probably get bored.

  • @shahiraslam
    @shahiraslam 2 ปีที่แล้ว +3

    Nice

  • @Ligress
    @Ligress ปีที่แล้ว

    Do the smart work,

  • @mdniloy206
    @mdniloy206 ปีที่แล้ว

    What programming language are you learn ?

  • @guddubhaiya6270
    @guddubhaiya6270 2 ปีที่แล้ว

    Which degree is best to become a programmer ( it is Btech Computer science in India , dk in foreign country like usa ,Canada ,uk)

  • @antinityfx
    @antinityfx 10 หลายเดือนก่อน

    avg nodejs dev LMFAO

  • @eddynkwinika8337
    @eddynkwinika8337 11 หลายเดือนก่อน

    I like that

  • @bueltbig6176
    @bueltbig6176 ปีที่แล้ว

    Thanks

  • @Placebo201
    @Placebo201 ปีที่แล้ว +1

    Doctors do the same

  • @ishukhrat.t7516
    @ishukhrat.t7516 ปีที่แล้ว +1

    Legit

  • @MrLegendGaming
    @MrLegendGaming ปีที่แล้ว +2

    You're not a programmer if you do not copy code/

  • @pablomza
    @pablomza ปีที่แล้ว

    make a video where you google for a problem, and google & stackoverflow return nothing, enter on panic !!! ... no solution

  • @lr-softofficial1564
    @lr-softofficial1564 ปีที่แล้ว

    Not a single comment about code licensing issues

  • @bryanmills5517
    @bryanmills5517 2 ปีที่แล้ว +4

    As a beginner programmer, all I do is copy paste. Paste it in, figure it out later.

  • @jettlaza4568
    @jettlaza4568 2 ปีที่แล้ว

    Correct ✓

  • @vijaybhargavkarnati9926
    @vijaybhargavkarnati9926 ปีที่แล้ว

    Not completely correct there are some other references like documentation and books.

  • @mosipvp
    @mosipvp ปีที่แล้ว

    Prank or shit data? Did you brother of vitalik?

  • @asagiai4965
    @asagiai4965 11 หลายเดือนก่อน

    but I use bing ...

  • @Adaire8672
    @Adaire8672 5 หลายเดือนก่อน

    💡

  • @M.Kabane
    @M.Kabane 9 หลายเดือนก่อน

    Or just have chat gpt to do it for you 😂

  • @axcelctw9105
    @axcelctw9105 ปีที่แล้ว

    You mean bing it?

  • @lio9266
    @lio9266 ปีที่แล้ว

    to be honest, coding not writing a poem.

  • @kwamenadadson
    @kwamenadadson ปีที่แล้ว

    Or chatGpt

  • @hakimgaming576
    @hakimgaming576 2 ปีที่แล้ว +1

    whats the point of learning coding while you can just copy and paste .... this question is stopping me from learning

    • @aslamsean
      @aslamsean  2 ปีที่แล้ว

      It’s good to remember the method not exact code.

  • @mangaart3366
    @mangaart3366 ปีที่แล้ว +1

    Sorry but I strongly disagree with this statement. I mean yeah everyone is using Google and stack overflow to search for an answer but I think a crucial part to your coding skills is to use your imagination and creativity. Usually what I do is try to think of my own solution and work on it for a bit and if I don't like the result then I will search for it online. I know this process requires some extra time but it improves problem solving skills by a lot. If you just copy paste code then yeah what's the point really?

    • @evin3806
      @evin3806 ปีที่แล้ว

      To efficiently get the work done?

    • @mangaart3366
      @mangaart3366 ปีที่แล้ว

      @@evin3806 I don't see the point anymore sorry

  • @nastawionynaprace2105
    @nastawionynaprace2105 11 หลายเดือนก่อน

    If you code profesional AI algoritms chat gpt or google never helps. Totaly if you want invented new way.

  • @asadali9012
    @asadali9012 11 หลายเดือนก่อน

    App

  • @TomasRamoska
    @TomasRamoska ปีที่แล้ว

    Linus Torvalds write kernel code at 21 years old. These days most programmers are rubbish

  • @puppywill1392
    @puppywill1392 ปีที่แล้ว +1

    You need tell that to my profesor he si a you can not copy from internet that is cheatting. Like e Think is perfect. YOU CAN NOT MAKE OTHER IN DIFFERENT CODE TO MAKE THE PROYECT WORK.

    • @aslamsean
      @aslamsean  ปีที่แล้ว

      Lol. Professors don’t realize that real world works differently.

  • @gamelian
    @gamelian ปีที่แล้ว

    What is programming?
    Use Google
    No! I'm editor i use Google for edits 🙂

  • @samiamou1816
    @samiamou1816 ปีที่แล้ว

    which country he is from?

    • @snyder909
      @snyder909 ปีที่แล้ว +1

      I am also interested in knowing that

  • @Abhishek-ol1mo
    @Abhishek-ol1mo ปีที่แล้ว +2

    YOU ARE AI

  • @tj_1260
    @tj_1260 ปีที่แล้ว

    Hd

  • @alext5497
    @alext5497 ปีที่แล้ว

    sorry, but if you cant just write code without googling, your kinda bad