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
Comments
-
Nanos875915dThis might seem like a silly question, but you'd think checking for long inputs would be a fairly elementary thing to do early on right after someone has input something..
So, why isn't it ? -
bkwilliams781814d@Nanos because there is a difference between developer testing, QA, and good QA.
-
bkwilliams781814dI use looping numbers, 1234567890, that way I can count the zeros and then know the length.
-
Nanos875914d@bkwilliams
Should it be:
0123456789
Or:
1234567890
?
I suppose you could even have:
2345678910
Just sometimes you want to know if the first character is missing or not.
Maybe:
5432112345
or
EOF1234EOF -
bkwilliams781814d@Nanos 1234567890123456789012345678901234567890123456789012345678901234
On the Comment screen, the edit field is 32 characters wide, (3 zeros and 2). When I save will it adjust to a different line length?
*Edit* the display goes to 35 for line wrap. See how easy this was?
Related Rants
AAAAAAAAAAAAAAAAAAAAAAAA
joke/meme
funny
buffer overflow