meetup icon indicating copy to clipboard operation
meetup copied to clipboard

Talk Proposal: Property-based Testing in TypeScript

Open samuraikun opened this issue 7 months ago β€’ 6 comments

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

  • Name: Yuichi Kojima (Jimmy)
  • Mini-bio: Freelance Software Engineer who has 7 years exp and loves Ruby, Elixir and TypeScript
  • Picture for slides: (We like to include a picture of each speaker in our slides for the event intro)
  • Would you like help with your presentation? (Feedback on notes, practice run) Yes
  • Social media link(s):
    • Website: https://yuichi-kojima-portfolio.vercel.app/
    • LinkedIn: https://www.linkedin.com/in/yuichi-kojima/
  • Do you agree to the VanJS Code of Conduct? Yes πŸ‘

samuraikun avatar Jul 19 '24 23:07 samuraikun