Computer Science Students be Like

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • Don't lie to me. If you've ever taken a computer science class in college/university you have done at least one of these.

КОМЕНТАРІ • 266

  • @The-Devils-Advocate
    @The-Devils-Advocate 2 роки тому +1153

    You could actually tell that the motivational story was fake when it mentioned a girlfriend

    • @boyalgo
      @boyalgo  2 роки тому +151

      damn nice attention to detail

    • @akaidi1270
      @akaidi1270 2 роки тому +8

      Umm, usually true, that's what I thought when I saw the word in 1st paragraph too.
      But u know, not every motivational story including a gf is fake.
      But wait, don't, don't say it, I know it, I know what u r gonna say

    • @itzamj5027
      @itzamj5027 2 роки тому +11

      @@akaidi1270 too late, r/wooosh

    • @bradvan8156
      @bradvan8156 2 роки тому +1

      😂😂😂😂😔

    • @aaaaaa-hh8cq
      @aaaaaa-hh8cq 2 роки тому

      @@boyalgo 😂😂😂

  • @masterdoge7219
    @masterdoge7219 2 роки тому +312

    After serious consideration, we have decided to send this automated response to all the unfortunate people who actually sent an application expecting to have a chance, even though we already had Bob's son in mind for this job when we listed it.
    We never even read your CVs, but should you want to apply again, be our guest, your numbers will provide valuable statistics for our HR department.
    Best Regards,
    A bot.

  • @dehman6836
    @dehman6836 2 роки тому +419

    Your reaction to the bug, holding your breath in a stressful manner out of frustration and anger, made me feel like a baby kicked me in my gut, because that's the feeling I used to get when I started programming lmao. Great video, keep it up!

    • @hungry_khid1007
      @hungry_khid1007 2 роки тому +2

      Tips please

    • @dehman6836
      @dehman6836 2 роки тому +12

      @@hungry_khid1007 Learn to effectively read documentation, learn when to ask for help, and to efficiently use Google, it's your friend. That's going to help you get through most of your programming issues!

    • @hungry_khid1007
      @hungry_khid1007 2 роки тому +3

      @@dehman6836 i just started im 2 weeks in, im not sure what documentation is and why i always see CS guys talk about it negatively, can u explain what it is and why people hate using it and also the debugger

    • @TheArtikae
      @TheArtikae 2 роки тому +13

      @@hungry_khid1007 No, documentation is your friend. That’s why this is funny. The joke is that this is the opposite of what you should do when programming (especially when you’re new).
      Basically:
      Errors are good, they tell you what went wrong (and where to fix it).
      Debuggers are good, they help you when you don’t understand what went wrong with your code (good debuggers literally let you see inside your code while it runs).
      Documentation is good, it tells you how things work, without it, you’ll need to try random things until it works (this is not a good idea).
      These are all crucial things which help bad programmers (most people lol) write good code without going insane. The worst thing ever is when your code doesn’t work and you have no idea why. These are all things that help with that.

    • @TheArtikae
      @TheArtikae 2 роки тому +8

      @@hungry_khid1007 For reference, Documentation is any written words that explain how some programming tool/api works and how to use it. The Python 3 documentation (the one in the video) is quite good for new users actually. I know because I used it to learn python myself.

  • @drijeshmindset
    @drijeshmindset 2 роки тому +228

    Programming rule No.69:
    "If it works, Don't touch it."

    • @QueenElizabeth1sth
      @QueenElizabeth1sth 2 роки тому +25

      If it works, just make it better. It’s not like it will stop working, right?

    • @QWERTY-gp8fd
      @QWERTY-gp8fd 2 роки тому +19

      @@QueenElizabeth1sth heh

    • @kozukiyamato7388
      @kozukiyamato7388 2 роки тому +34

      @@QueenElizabeth1sth Now see you'd think that.

    • @goodzergood2507
      @goodzergood2507 2 роки тому +10

      @@kozukiyamato7388 Honestly if something goes wrong use version control.

    • @Sh1penfire
      @Sh1penfire 2 роки тому +2

      "Refactor refactoring refactor refactor refactor refactor repeat"

  • @traviethecoyote9121
    @traviethecoyote9121 2 роки тому +127

    The beginning where you slammed your table was literally me the other day on C++ when it kept giving me an uninitialized variable error lol

    • @boyalgo
      @boyalgo  2 роки тому +14

      THE STRUGGLE MAN 😆😆😆

    • @c0smo709
      @c0smo709 2 роки тому +12

      just initialize the variable????

    • @KopieOG
      @KopieOG 2 роки тому +2

      Its not even an error in most compilers

    • @c0smo709
      @c0smo709 2 роки тому +2

      @@KopieOG maybe he thought that warnings are errors or he had the flag to treat warnings as errors enabled

    • @KemosabeTBC
      @KemosabeTBC Рік тому +1

      @@KopieOG Regardless, it's a trivial error to find. In fact I'd say 99% of *compiler* errors are trivial to find. Maybe in the old days it could be a bit of headache if you forgot a semicolon in a .h file and did a bunch of code afterwards.

  • @mr_0n10n5
    @mr_0n10n5 2 роки тому +53

    As a computer science student, I got the job first and went to college after so I could afford the therapy after college

    • @IsaacFinance
      @IsaacFinance Рік тому

      Mind if i ask, how did you get a CS job without a degree? its seems almost impossible

  • @aaronkinney6004
    @aaronkinney6004 2 роки тому +11

    The print debugging sent me. I do that shit constantly, though I usually end up using some more colorful language to differentiate where the code broke

    • @Erlisch1337
      @Erlisch1337 Рік тому

      it has helped me soo many times!

  • @NoChillAustin
    @NoChillAustin 2 роки тому +22

    Nah that print statements/console logs is god tier helpful still. Even with breakpoints I still need console logs to help multi task

    • @Erlisch1337
      @Erlisch1337 Рік тому

      its so helpful

    • @TheFriendlyInvader
      @TheFriendlyInvader Рік тому

      I present to you the power of properly implementing a stderr logger. All hail stderr!

  • @RushingRussianify
    @RushingRussianify 2 роки тому +9

    so much spite in the " I still wont read the documentation"

    • @boyalgo
      @boyalgo  2 роки тому +3

      i will never read it!! never!'

  • @TheOfficialKingIdea
    @TheOfficialKingIdea 2 роки тому +9

    This is so dissatisfying as an experienced coder. “No reading the documentation” 😂 “I’ll just use print statements” 😂 “I don’t need a debugger” All the opposite to what I do coding, but I do have to admit, I don’t use the debugger often.

  • @TmOnlineMapper
    @TmOnlineMapper 2 роки тому +28

    If I ever become a CS professor I'll make like 10 GitHub accounts that all have like all my assignments "solved" but wrong. (Each one wrong in a different way)
    But the automatic testing software will accept these submissions. And only after the due date is over will you be flagged as wrong/plagiarized.
    Or I'll just change the assignments each year slightly.

    • @davidburke4101
      @davidburke4101 2 роки тому +2

      Do the first. It'll be hilarious

    • @Gabriel-nw6fc
      @Gabriel-nw6fc 2 роки тому

      Damn that's some new level of evil, I love it

    • @FBI-bj9kr
      @FBI-bj9kr 2 роки тому

      stfu don't give em ideas

    • @LuminousWhispers11
      @LuminousWhispers11 Рік тому

      1st one is funnier but the 2nd one is easier. You should only need like 1-2 accounts to pull it off however.

  • @kenneth_romero
    @kenneth_romero Рік тому +1

    the "i'll just use print statements" really hit home for me

  • @bzunderdog695
    @bzunderdog695 Рік тому +6

    Okay to be fair sometimes reading documentation does not always help out for solutions. But... going on forums and wikis about certain concepts along with reading docs does definitely help. CS is more like a group effort thing than 1 on 1 thing which I feel like way to many people and universities treat it like. Like in the end we all are gonna work on a team together so why cant we?

  • @thogameskanaal
    @thogameskanaal 2 роки тому +7

    I love this. It's on point and makes me feel good for actually sticking to specifications and grinding to read everything and not feel like a lost soul.
    I always try to avoid comparing myself to others, but I can't help it sometimes...

  • @ynchen
    @ynchen 2 роки тому +2

    I like how you click the google search bottom instead of pressing enter

  • @bradvan8156
    @bradvan8156 2 роки тому +9

    I know that Amazon rejection letter is real because I got that same one, triggered my ptsd 😂

  • @JenPurple2022
    @JenPurple2022 2 роки тому +3

    You continue being you, please
    That’s what the world needs, audacity and authenticity

  • @csolisr
    @csolisr Рік тому +2

    My first computer when I started the CS career was so close to being e-waste that it couldn't reliably run the IDE and the debugger at the same time. Add the fact that the only internet we had was a 56K modem that cost a fortune per minute, and the fact that I lived several dozen miles away from college, and you can bet I was an absolute flunk in programming

  • @seyproductions
    @seyproductions 2 роки тому +22

    Yeah i hate debugging and reading documentation 😂

    • @nothingtoospecial777
      @nothingtoospecial777 2 роки тому +1

      ngmi

    • @harrytsang1501
      @harrytsang1501 2 роки тому +5

      I love reading documentation now, you haven't seen bad documentation, no documentation or code as documentation

  • @that_one_salad9778
    @that_one_salad9778 2 роки тому +3

    I actually did take a solution from Github. Only to completely restructure the code bc it was slow, hard to read, and prone to errors.

  • @ifXDev
    @ifXDev 2 роки тому +1

    The Documentation bro😭😭😂

  • @jww0007
    @jww0007 2 роки тому +1

    closes video, proceeds to never open docs or use debugger

  • @lazarus2691
    @lazarus2691 Рік тому +1

    "I don't need a debugger, I'll just use print statements"
    ME_IRL

  • @go_better
    @go_better 2 роки тому

    I feel personally attacked

  • @random6033
    @random6033 Рік тому +2

    debugger? I prefer 1000 print statements

  • @parkersmith3727
    @parkersmith3727 Рік тому

    The debugger rocks

  • @evan_game_dev
    @evan_game_dev 2 роки тому +4

    As someone who paid 20 bucks for a debugger this hurts on a primal level

  • @FrenchArmedForcesBrookhaven
    @FrenchArmedForcesBrookhaven 2 роки тому

    the pain of someone writing so much code just to realize to get a error but too lazy to look for it..🍝
    couldnt be me (:

  • @nemtudom5074
    @nemtudom5074 2 роки тому

    1:20 A fwe hours of debugging can save you minutes of looking at the documentation

  • @조바이든-r6r
    @조바이든-r6r 2 роки тому

    suddenly thought on my mind. I love you!

  • @KristopherFields05
    @KristopherFields05 2 роки тому

    This hurts

  • @hellopee844
    @hellopee844 2 роки тому

    So glad I'm taking a computer science class in high school instead

  • @Phocusnick
    @Phocusnick 2 роки тому

    5 hours of keystrokes and smart-faced frantic wandering around the forums will save you 20 minutes of reading documentation, lol.

  • @TheShinySnivy
    @TheShinySnivy 2 роки тому

    The debugger is great and all until
    fork()

  • @fautex47
    @fautex47 2 роки тому

    You don't have to expose me like that :D

  • @psibarpsi
    @psibarpsi 2 роки тому +1

    I am here before this channel blows up.

    • @boyalgo
      @boyalgo  2 роки тому +1

      thank you homie i hope i blow up 😆

    • @psibarpsi
      @psibarpsi 2 роки тому

      @@boyalgo It will. And Indians will be responsible.

    • @Hardcore_Remixer
      @Hardcore_Remixer 2 роки тому +1

      It's happening. I've got it in my recommendations despite not having looked for this stuff recently 😂👍

  • @MUSHIN_888
    @MUSHIN_888 2 роки тому

    Literally me unironically

  • @NoChillAustin
    @NoChillAustin 2 роки тому

    Waaaiittt 2:55 I do the same thing because it's def a waste of my time to solve it than doing my personal projects

  • @DenylR
    @DenylR 2 роки тому

    I feel attacked

    • @boyalgo
      @boyalgo  2 роки тому +1

      👹👹👹

  • @Brandon-ge9to
    @Brandon-ge9to Рік тому

    reading???? whats that

  • @bradjones7491
    @bradjones7491 2 роки тому

    As I like to say I have a degree in CS and a master's in API Interpretation.

  • @lightverted8087
    @lightverted8087 2 роки тому

    Who uses IntelliJ for python

  • @Maldroid
    @Maldroid 2 роки тому

    I just quit being a CS student and became an CIS student.

  • @false_purple4425
    @false_purple4425 Рік тому

    Reading documentation is better than watching a UA-cam video

  • @realzuhaz
    @realzuhaz 2 роки тому

    Who was you talking to?🤔

  • @ShiraIshikawa
    @ShiraIshikawa 2 роки тому

    Internship? Don't. Find yourself a project-based contract instead (the one that only hire you for a project). You'll learn more in that than internship, and it is better for your CV.
    Debugging? Yeah, don't. Just print_r or console.log it.
    Documentation? Just read it when you hit a wall, don't read it from the start.

  • @NostraDavid2
    @NostraDavid2 2 роки тому +11

    For any students here: that last bit is called "plagiarisation" and Is a serious offense in any university. Just making sure you're not fucking yourself over because the UA-cam man made a funny :)

    • @NostraDavid2
      @NostraDavid2 2 роки тому +5

      Spoiler: I know because my team plagiarized, lol.
      It was the last evening before we were supposed to deliver a document. One of my team-mates copied someone else's work with the intention to use that as inspiration. He gave it to me to double check, but I didn't know he copied it. I thought it looked good and gave an OK.
      My teacher was VERY lenient and didn't inform the board. We redid the whole-ass document in record time and got a good score - no plagiarisation this time, lol.
      That moment was a "coming to Jesus" moment, but in the end we got off scott-free, while learning a valuable lesson: don't copy others' stuff.

    • @HibiTeamQueso
      @HibiTeamQueso 2 роки тому +3

      @@NostraDavid2 Don't copy others and coding in the same sentence doesn't make sense

  • @GRUNT001
    @GRUNT001 2 роки тому

    Nice vid

  • @philosophicalgamer2564
    @philosophicalgamer2564 2 роки тому

    Felt this

  • @zecano8752
    @zecano8752 2 роки тому +2

    Lmao

  • @wainamchan8265
    @wainamchan8265 2 роки тому

    Relatable

  • @deutschvanderlinde6900
    @deutschvanderlinde6900 2 роки тому +3

    3-4 hrs is actually a better outcome than browsing through Python docs.

  • @akayoshi1
    @akayoshi1 2 роки тому

    So true

  • @TheLigaMineS
    @TheLigaMineS 2 роки тому

    wtf its me

  • @konstantinospolemis3087
    @konstantinospolemis3087 2 роки тому

    LOL

  • @rvft
    @rvft 2 роки тому

    Haters gonna say the motivational story was fake

  • @andreas1234-v4h
    @andreas1234-v4h 2 роки тому +1

    print > debugger

  • @saltylelele
    @saltylelele 2 роки тому

    Curently in college for Software developer. I came there with experience and I am glad to say that everyone but me (and 1 other person) is exactly like this video. I have to keep telling people on a project to not rip things off, do half works etc. Annoying asf

  • @eccoedd4511
    @eccoedd4511 2 роки тому +1

    Noice

  • @MysticLGD
    @MysticLGD 2 роки тому

    Lol

  • @AkersJohn
    @AkersJohn 2 роки тому +1

    "Software engineering" and "Computer Science" are 2 drastically different things. If I could go back, I'd learn to code (properly) before doing CS.
    Testing
    Tooling
    Documentation
    Source control
    etc.
    It makes the academia part of CS so much easier.

  • @Speykious
    @Speykious 2 роки тому

    Lmaooooooo

  • @sweatypotato248
    @sweatypotato248 2 роки тому

    Wt frick, that jaff doing as GF

  • @zampai
    @zampai 2 роки тому

    This is slander

  • @till8413
    @till8413 2 роки тому

    more like: amateur programmer be like:

  • @pranawkumark
    @pranawkumark 2 роки тому

    Your Chinese accent

  • @matthewlui1004
    @matthewlui1004 2 роки тому

    Hey, what's that? Permission error? Why don't I own everything? Let me just...
    sudo chown $USER:$USER -r /
    Oh fuck

  • @MechMK1
    @MechMK1 2 роки тому +962

    There's so many different kinds of CS students.
    "The Overachiever" - While everyone else is busy trying to wrap their head around how pointers work and what a stack is, the overachiever has written the solution in AMD64 assembler, just to show off. His solutions often don't involve the techniques asked by the professor, rarely cover the course material and instead go on huge tangents. Professors hate them, because the feel the constant need to announce to everyone else how much better they (think they) are than the rest of the class - while at the same time, their solutions don't work within the required parameters.
    "The guy who thought he was just going to play videogames all day" - Just what it says on the tin. He has somewhat decent understanding of how computers work, at least on the surface. He understands things like networks, filesystem caching, etc... just because he needs that for video games, but he has little interest in learning anything theoretical. These guys usually drop out and go for something more practical, like systems administration.
    "The asshole" - He was either asleep or high during all of the lessons, and a day before the submission is due he contacts you and asks you for help. Initially, you think his solution is like 95% working and he just has this bug he can't figure out, but when you actually ask him to show you his work, he either shows you a barebones "new project" template or just straight up tells you he hasn't done anything yet. If you agree to help him, he zones out and basically asks you to write it for him. if you refuse, he calls you an asshole and insinuates towards others that you think you're better than everyone else and don't want others to succeed. If this guy calls, don't answer.
    "The guy who just doesn't get it" - He is similarly helpless as the previous guy, but with the main difference that he is trying. Like, genuinely trying. But he just doesn't get it. You explain to him what an integer is, and he seems to get it. And like 2 seconds later he asks why he can't store "fifteen" in an int. No matter how much you explain, it just never *clicks* for him. You really want him to succeed, but deep down you know he's much happier studying something else - teaching fish how to climb a tree and all.
    "The bare minimum guy" - He learns the course material, writes his own code and studies for the exam...exactly as much as he has to. He'll never move any muscle more than he has to. Deeper understanding of the subject? Recommended books? You might as well speak a foreign language he has not bothered learning. However, the bare minimum guy is actually an expert on working efficiently. So while he definitely won't score high, he knows how to get stuff done and that will ultimately be a valuable skill in real life.
    "The open-source nut" - This guy is similar to the overachiever in the sense that he's way too deep into the rabbit hole already, but instead of broadcasting to the world he is superior to everyone, he broadcasts that he uses Linux or FreeBSD. Not just any distro either, not like Debian or Gentoo or such. He uses a distro you have NEVER heard of before, like Exherbo, Wailnix or Feren OO (only one of these is made-up), and will go on endless rants about how the LGPL is the worst thing ever, how Intel and nVidia are the literal devil and how his entire boot chain is completely open source. Coincidentally, and completely unrelated, he often can't turn his course work in because his wi-fi isn't working at the moment. Be careful when two of these come in contact.
    "You" - You, of course, don't fall into any of these categories. You do your work with due diligence, but don't overdo it. You read and understand the material, occasionally even go a bit beyond that, but you are definitely not obsessed with it. Your assignments are mostly working, except the harder ones, that have strange bug in weird edge cases. Yes, you could have spent a couple of hours working that out and you have a pretty good idea on how to do it, but why bother for just a few points more?

    • @NeuralSensei
      @NeuralSensei 2 роки тому +44

      It's kinda problem that multiple of these fit me. Not the achiever kinds

    • @enzolg.
      @enzolg. 2 роки тому +14

      I'm between 4 and 5 lol

    • @earthling_parth
      @earthling_parth 2 роки тому +75

      This comment is literal gold. I wish YT had a points systems to reward comments like on reddit. Thank you for the trip down the memory lane.

    • @NeuralSensei
      @NeuralSensei 2 роки тому +8

      @@earthling_parth or any feature like favoriting or donating to comments. FFS commenters are always 2nd grade on this platform.

    • @TheArrowedKnee
      @TheArrowedKnee 2 роки тому +18

      Nice one, can definitely notice some of these traits among my fellow students. Definitely think i hover around the "minimum effort guy" myself

  • @hostar2
    @hostar2 2 роки тому +91

    3 or 4 hours to solve the problem is pretty optimistic

  • @Hardcore_Remixer
    @Hardcore_Remixer 2 роки тому +40

    Me: "My debugger is called fprintf"
    The teacher: "Don't change anything"

    • @ryan-levy
      @ryan-levy Рік тому +2

      @@Oikonny _That guy_ probably has no idea what stderr is.

  • @randomaccount6146
    @randomaccount6146 2 роки тому +17

    The debugging and documentation ones hit me on spiritual level lol

  • @DStein22
    @DStein22 2 роки тому +72

    Internship? You can apply for a full time entry level job after getting your CS degree. You don't need internship.

    • @MUSHIN_888
      @MUSHIN_888 2 роки тому +28

      Good luck

    • @dakar-2243
      @dakar-2243 2 роки тому +22

      I noticed it's usually easier to pass a technical interview for a junior position than it is to get accepted into an internship. (Whether your resume gets in, that's another story)

    • @morningstar7071
      @morningstar7071 2 роки тому

      exactly

    • @noveled_1
      @noveled_1 2 роки тому +3

      you dont, but in todays world where everyones getting internships when being like a freshman in high school, its pretty much "required" now for something like a FAANG job (obviously it isnt the only thing im just saying that even if its a small part it might be an influential one)

    • @vaelinalsorna1649
      @vaelinalsorna1649 2 роки тому +11

      Good luck. Having an internship makes entry level much much easier. I got 2 paid internships under my belt and I didn't struggle finding junior/entry level position unlike most graduates.
      If you mean unpaid internships on the other hand, yeah, I agree, you don't need those. Companies that do unpaid internships are just downright scummy looking for free labour.

  • @Sickmmaner
    @Sickmmaner 2 роки тому +8

    "I don't need to use the debugger. I'll just use print statements."
    Okay okay okay okay okay okay

  • @bianchialex
    @bianchialex 2 роки тому +7

    Don’t sleep on chick fil a. They rejected me the same summer I got into Google lmao.

  • @jonmichaelgalindo
    @jonmichaelgalindo 2 роки тому +24

    This is literally every internet-savvy student I ever tutored. 😨

  • @Kyle-bc5mf
    @Kyle-bc5mf Рік тому +4

    1:37 I felt that

  • @ZenoDovahkiin
    @ZenoDovahkiin 2 роки тому +3

    I know about the debugger, and I like the debugger, but sometimes good'ol {print("1"); for [...]{ print("2"); } print("3"); function_call(a, b, &c); print("4");} is a hard habit to break.

  • @Hydra-BR
    @Hydra-BR 2 роки тому +4

    did it break here? 1
    did it break here? 2
    did it break here? 3
    😂😂😂

  • @alextl97
    @alextl97 Рік тому +1

    Why spend 15 minutes reading documentation when you can spend 4 hours debugging the code on your own.

  • @andymitchell2146
    @andymitchell2146 2 роки тому +1

    I prefer to let stack overflow point me to the essential reading of the documentation...

  • @DMSBrian24
    @DMSBrian24 2 роки тому +2

    I've never used the debugger in my life except that one bachelor cs class that made us do it.

  • @ghikira
    @ghikira 2 роки тому +4

    too relatable

  • @VIVEVIEV
    @VIVEVIEV 2 роки тому +1

    *anything* “whaz that”

  • @mudaquetoca
    @mudaquetoca 2 роки тому +7

    "It's just a rejection, you will be fine"
    When this happened to me: "you know what, I'll work for the government. They pay better and I don't need fake friends (networking) to be there, it's just a matter of passing the application"

  • @curtezyt1984
    @curtezyt1984 2 роки тому +7

    ohh man he is literally me , i never read documentation of python modules instead i watch youtube videos LOL😅🤣

  • @lucidtrip3439
    @lucidtrip3439 2 роки тому +27

    I’m in my 4th week of my first comp sci and I have absolutely no idea what I’m doing. I still don’t know what a damn constructor is or how to instantiate an object

    • @L0g1c21
      @L0g1c21 2 роки тому +1

      If this isn't a joke, then the internet is here to help :)

    • @fromant65
      @fromant65 2 роки тому +27

      A constructor is a man, often standing in an uncompleted building, putting bricks to complete it. You're welcome

    • @boyalgo
      @boyalgo  2 роки тому

      youll learn on the way! i felt clueless while starting school and i feel just as clueless on the job l. it just takes time!

    • @lurkinginthedark6498
      @lurkinginthedark6498 2 роки тому +4

      i didnt even code until my 3rd year in uni and yet im a software engineer now lol

    • @_drivEN_
      @_drivEN_ 2 роки тому +1

      Look up TheCherno for concepts, taught in c++ but quick and well thought out, his constructor video might help

  • @sheldab
    @sheldab 2 роки тому +4

    lmaooo, you're the best boyalgo

    • @boyalgo
      @boyalgo  2 роки тому +1

      youre the best buddy :)

    • @psibarpsi
      @psibarpsi 2 роки тому +1

      He's the best boyalgo, because he's the only boyalgo.

  • @JohnDoe-my5ip
    @JohnDoe-my5ip Рік тому +1

    The debugger thing - I think a lot of them missed the memo that their prof told them to use vim and gdb as a learning exercise, not to do that forever.

  • @thalesfernandes5638
    @thalesfernandes5638 2 роки тому +2

    the debugger one is so good

  • @zxopink
    @zxopink Рік тому

    Debugger? You mean print in every line yes?

  • @bzunderdog695
    @bzunderdog695 Рік тому

    Dude the first one I saw on the title screen holly cow you have no idea how many people have no clue what a debugger is. I once helped my friend try to debug a python assignment and I first asked him: 'dude I havent looked at this in a while so use your debugger and I can try to point out the logic error'. Then he said: 'what is a debugger?' and I gave him a look and was like: '... do your teachers enjoy putting yall through hell and they never taught you what a debugger is...' safe to say lol he didnt forget what it was since or at least I hope he didnt.

  • @guramen
    @guramen Рік тому

    Dude I swear to god I just realized from this video of what debugger does after doing multiple website creating assignments..

  • @B1rtek
    @B1rtek 2 роки тому +7

    This is true only for students who actually don't want to learn and resign after their first year.

  • @FirstNameLastName-gh9iw
    @FirstNameLastName-gh9iw Рік тому

    I think I need a debugger for my debugger because it isn’t showing me the variables

  • @nionioniosmeg
    @nionioniosmeg Рік тому

    The first 10 seconds is the best descriptive utube video intro I've ever seen on a coding channel

  • @gerdvibi
    @gerdvibi 2 роки тому

    whats wrong with print statements??

  • @jessnobotak6038
    @jessnobotak6038 2 роки тому

    I like programming

  • @jeromesimms
    @jeromesimms 2 роки тому +2

    😂😂😂😭

    • @boyalgo
      @boyalgo  2 роки тому

      👹👹👹👹

  • @akayoshi1
    @akayoshi1 2 роки тому

    Yes

  • @abhaytiwari5991
    @abhaytiwari5991 2 роки тому +2

    😂😂😂😂