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
-
Too be fair... That's stumped me before.
(Only for like 30 seconds lmao. I'm stupid, but not that stupid) -
Fucking QA people, man. And I wouldn't even be mad about mistakes like those, it's their fucking arrogance when reporting "defects" what unnerves me.
-
Hazarth94735yHonestly, I find these are quite common mistakes and usually you can have a good laugh about it after you figure it out. Unless ofc you get stuff like this reported 3> times a day. Then I feel like choking the person. Even tho its just honest mistakes and everyone has the right to be tired from time to time
-
xewl41715yYou can't check for the states beforehand in JavaScript(Browser sandbox) for example, but you might have some key input feedback nonetheless, to maybe show a warning until a numerical value was set.
-
I used to get reports about a bug not fixed and the QA guy forgot to update the app T_T
-
Do you have Permanent in this company? No... you are fired ! And keep the broken keyboard i dont need it here !!! xX
-
If it’s an input field, you could use something like yup for type validation and error handling (in JavaScript). I admit that it’s annoying when someone puts forward a bug report and they haven’t done their due diligence to ensure it’s not user error on their end. Though sometimes the fact that there’s room for user error can be enlightening re: UX Design.
Related Rants
Receiving a bug report from the manual tester “numeric input does not work”.
He accidentally disabled Num Lock on his keyboard.
rant
bug