What is the most common error you see people doing over and over? Maybe some common wrong belief?
Photo by Sarah Kilian on Unsplash
What is the most common error you see people doing over and over? Maybe some common wrong belief?
Photo by Sarah Kilian on Unsplash
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (18)
Thinking that something is "simple", or even worse: "easy".
And once they have been burned enough by this error they will blow everything out of proportion, which generally leads to a downward spiral of diminished returns.
While api response throwing internal server error as 500
In my stack (Oracle APEX) I'd say it's instead validating data entry to prevent errors, it's trying to handle an insurmountable amount of potential exceptions with "nice error messages".
NullPointerException has been letting me down since eternity.
Next one is ConnectionTimedOutException
Javascript scope by far
Developers not taught business skills, interpersonal or basically effective communication.
I had to encounter this personally dealing with clients, bosses and teammates.
User error. Why do they keep using things in the way they weren't intended?
In my opinion if users using system as not intended this is UX problem
People using the 404 code for everything. Especially when there are more specific codes...
I think the 2 most common errors in JS, are mostly:
undefined
ornull
.In the management side:
In general:
True: when everything is a priority, there is no prioritisation.
At the language level : Variable length Indexed Lists are the only collection you need. Arrays, Sets, Hashtables, Dictionaries, Linked Lists, and others all are better solutions for some problems.