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
-
I dunno I feel like everyone makes dumb mistakes like that. Kind of makes me question the value of her school's CS/CE department.
-
iubbye138yIt's just lack of experience. I remember my first ever "coding" session. I was about 5-6 yrs old and I was just instructing a Fox Pro query to make something like Aldus Pagemaker (currently Adobe) :))))
I've a recently joined developer hired from campus sitting next to me.
She: I'm printing an array in Java but it's not working. Could you please check what's wrong?
I see this piece of code:
printArray(arr);
Me: Where is the printArray method?
She: (With a puzzled look) Oh, do I have to declare that?
Me: 😶😶😶 (lowered my head, walked away slowly praying for the company)
undefined