Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Werchte3658yI understand your frustration, but taking two minutes to explain why that happens might have helped her a lot?
-
Pointer32498y@Werchte I didn't mention it, but between her first call and the fix of the semicolon, there was a full explaining of what the stack trace can be used to, hot to reas and backtrack the compiler's errors and so on, also I was doing my work there to, so i couldn't waste time in fixing her code when I had to finish mine
-
adeen-s2748y@apex I agree with you. It's been quiet some time since we have been learning about C and my classmates still frustrate me. Today, I was asked by my friends to teach them programming. None of them could comprehend the program without conio.h. I'm not wasting over an hour explaining to them why must it not be used when they refuse to understand pretty basic topics.
-
@Letmecode sometimes a nice blow to the head with a sturdy mechanical keyboard does the trick of rebooting their brain, that is if there is anything in there to begin with!
-
Pointer32498y@omjessica Yeah, it's not about gender, more like willing and liking for the things you do, because if you're not interested, you're not going to do it 😂
-
lol this is annoying and I'm a girl who goes through this shit almost everyday. Most ppl of my gender just don't want to code
-
Pointer32498y@hunteramericano First of all, sorry for using the wrong terminology, I got that mixed up. But, I'm not being an ass, I mean, yeah, it doesn't hurt to help, and I love to help people, but these are my conditions for helping someone out:
1. I must have free time, can't help you while I also have work to do
2. Asking for help, not asking for "doing things for you"
Sadly, at the time of this, I had work to do AND she was asking in a way like "Hey, do it please", so, please, understand that, I'm sure you know that feeling, when you know it's pointless to help someone because they don't even try by themselves. -
illinit4118ypeople with normal minds try to solve problems in a normal and easy way, they would never be developers or think like them.. emm so.. can we say devs are freaks? lol
-
fgysin3476yAs a matter of fact I would say her behaviour is not actually very illogical. It rather stems from a basic misunderstanding or lack of comprehension in how languages are parsed (&compiled) and executed...
Explaining her how program execution works in this language and what the different error types are that should be expected could have gone a long way.
Related Rants
School time, programming class:
Girl: Hey, Can you help me?
Me: Sure, what's up?
G: I have an error but I don't know why
M: *looks at error stack trace* You're missing a semicolon in line 133 *puts comma, run... 27 more errors* Well, you have more issues up there, why don't you try to fix them?
G: Oh, Ok, thanks
-- 1 hour later --
G: Hey, can you come? I already fixed the other issues but I still have one I can't fix
M: *checks code, same mistake I fixed, missing semicolon, same line* Why did you erase the semicolon?
G: Oh, because if I erase it, I only have 1 error, but if I leave it, I have 27 so....
M: *turn around, walk away*
undefined
syntax
semicolon
is it that hard?
java