Skip to content
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

Open
samuraikun opened this issue Jul 19, 2024 · 6 comments
Open

Talk Proposal: Property-based Testing in TypeScript #110

samuraikun opened this issue Jul 19, 2024 · 6 comments

Comments

@samuraikun
Copy link

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

@bibschan
Copy link
Contributor

bibschan commented Aug 1, 2024

hey @samuraikun, we could slot you in for november would that work for you? :)

@samuraikun
Copy link
Author

samuraikun commented Aug 1, 2024

@bibschan No problem! I'm looking forward to it 👍

@bibschan bibschan added this to the November 2024 Meetup milestone Aug 5, 2024
@bibschan bibschan added the Talk label Aug 5, 2024
@bibschan
Copy link
Contributor

hey @samuraikun can I slot you in for December instead? we're aiming for the second week of December but no solid dates yet.

@samuraikun
Copy link
Author

samuraikun commented Oct 5, 2024

@bibschan Sorry for my late reply 🙇
Is it December instead of November?
Unfortunately, December would make it impossible for me to attend.

@bibschan
Copy link
Contributor

bibschan commented Oct 5, 2024

hey @samuraikun we're still discussing whether we'll have a December event, can I slot you in for February instead?

@samuraikun
Copy link
Author

@bibschan Thanks for the update! February works for me. I appreciate you adjusting the schedule! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants