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
João Felipe -
Thomas Bnt ☕ -
Jimmy McBride -
Oliver Bennet -
Top comments (18)
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.
Overuse of modals modalzmodalzmodalz.com/
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.
Cutting quality helps to meet a deadline.
Error: Ruby, JavaScript are untyped languages. Actually, they are dynamically (typed) type checked languages dev.to/stereobooster/pragmatic-typ...
Error:
const
is for declaring immutability. Nope,const
declares referential transparency dev.to/stereobooster/similar-yet-d...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".
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.
Error: C and co are call by reference. Actually, they are not dev.to/xpbytes/javascript-ruby-and...
Javascript scope by far