# Nicola Lindgren - How Do You Actually Prevent Bugs (Highlights)

## Metadata
**Cover**:: https://readwise-assets.s3.amazonaws.com/static/images/article0.00998d930354.png
**Source**:: #from/readwise
**Zettel**:: #zettel/fleeting
**Status**:: #x
**Authors**:: [[Nicola Lindgren]]
**Full Title**:: How Do You Actually Prevent Bugs?
**Category**:: #articles #readwise/articles
**Category Icon**:: 📰
**URL**:: [nicolalindgren.com](https://nicolalindgren.com/2021/11/15/how-do-you-actually-prevent-bugs/)
**Host**:: [[nicolalindgren.com]]
**Highlighted**:: [[2022-04-05]]
**Created**:: [[2022-09-26]]
## Highlights
### During feature walkthroughs
- Error scenarios - how will errors be handled; where will validation be done (backend or frontend) etc.
- Are there any other features we expect this feature to be consistent with?
### Once the requirements/user stories are written
- Make sure that your assumptions are made very clear - state them in your testing notes and also at the start of any testing discussion you have with your team
- Have a testing focussed discussion with the developers in your team.
- Where possible, use examples in your testing discussion