This repository is intended to serve as a container repository for small project that are reproducing issues. They should help me with reporting bugs as they:
- Show sample code that reproduces the issue. You know - a line of code is worth thousand words 😄.
- Provide quick and easy way to debug the problem. The projects are executable so you just need to run them to get the issue reproduced.
Well, of course unit or integration test are usually better for such things, but sometimes I'm not quite sure how to reproduce it with automated test. Or I don't have the time to create one. So this is a kind of middle ground.