-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Talk Proposal: Property-based Testing in TypeScript #110
Comments
hey @samuraikun, we could slot you in for november would that work for you? :) |
@bibschan No problem! I'm looking forward to it 👍 |
hey @samuraikun can I slot you in for December instead? we're aiming for the second week of December but no solid dates yet. |
@bibschan Sorry for my late reply 🙇 |
hey @samuraikun we're still discussing whether we'll have a December event, can I slot you in for February instead? |
@bibschan Thanks for the update! February works for me. I appreciate you adjusting the schedule! 👍 |
When developers write test code, we typically think of specific input values and the expected outputs. We write these examples as tests and run them on a computer. This approach, called example-based testing, is very common among developers. While this method can find bugs that the developer has predicted, it often needs to catch up on unknown bugs.
That’s where Property-Based Testing comes in. PBT is a great way to find unexpected bugs early, leading to fewer issues in production.
Speaker Bio
The text was updated successfully, but these errors were encountered: