fac19 / work-in-progress

Weeks 11-13 Student Project
https://wip-app.netlify.app/
3 stars 0 forks source link

Tests 👀 ✅ #143

Open jamesj-0 opened 4 years ago

jamesj-0 commented 4 years ago

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!