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
-
nitnip18144yEvery other day on SO:
(-5) "Please help to fix php bug Trying to get property 'name' of non-object on shitCode.php:l70"
Complete with the downvotes and the poorly written question with an obvious answer. -
-
nitnip18144y@netikras Pretty much, yeah. I mean the error spells it for you.
You are trying to access a property on something that is not an object. Only objects can have properties, therefore the operation is illegal. -
@ostream it changes nothing. Still read the error BEFORE you close it or ask for help
-
Have I gotten this so many times...
Lads be asking on why it doesn't work...
Literally the error message: "file or directory not found" >.> -
Or my friend from college: guitargirl help my code doesn't work!
me: did it throw an error?
her: yes
me: so you going to tell me what the error was, or not? -
eptsousa3734y@guitargirl15 at least they know it throw an error, I can’t count how many times someone asked me for help to solve something that was just reading the terminal.
-
@eptsousa my friend isn't terrible at programming, just a bit insecure and expects me to be able to figure out anything, even without telling me what's wrong. I've taken to asking people "What's supposed to be happening, and what's happening instead?" and it's surprising how often they don't even know what they want to happen.
-
eptsousa3734y@guitargirl15 that’s a great approach, I usually make them discover the problem while giving them a few hints.
-
@guitargirl15
> expects me to be able to figure out anything, even *without telling me what's wrong*
this, also called "it's not working", is the disease all the muggles (non-tech people) are suffering from. Try working in IT support - you'll see :)
So far the only cure I've come across is to learn at least some IT basics about the domain.
Related Rants
-
C0D42Juniors are a fun bunch to work with. Over confident, hero complex of that fresh graduate high, and then throw...
-
jotamontecino101. You don't code to add a feature or whatever. You do it to solve Users' problems. It's a User-centric system...
-
hashedram3Shut that computer off and go home. You'll think clearer in the morning.
Read the error message before closing it and/or asking for help.
rant
wk235