You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great Db tests! An important thing to talk about in these projects is TDD π
You have tested a lot of expected user behaviour you should consider your edge cases as well. we didnt do this but I've heard its something that you can get asked at interview!
I tried to put a 1000 character string in my project title and it really didnt like it, I got a 500 & 413 error but no error feedback as the user.
I found this article on designing for edge cases, its a cool read and has some great takeaways!
The text was updated successfully, but these errors were encountered:
Great Db tests! An important thing to talk about in these projects is TDD π
You have tested a lot of expected user behaviour you should consider your edge cases as well. we didnt do this but I've heard its something that you can get asked at interview!
I tried to put a 1000 character string in my project title and it really didnt like it, I got a 500 & 413 error but no error feedback as the user.
I found this article on designing for edge cases, its a cool read and has some great takeaways!
The text was updated successfully, but these errors were encountered: