I fixed all The Bugs in Swift playground , instabug first iOS challenge
The first step of Instabug’s selection process is a coding task. I Just followed the instructions blew.
- Clone this repo.
- This repo contains a Swift playground. Open it and implement all the methods that are marked with "To be implemented".
- The playground implements an
Application
and aBug
class. The goal of the task is to be able to create someBug
objects, add them to anApplication
, then usefindBugs(state:timeRange:)
to filter those bugs. - The playground includes unit tests that run automatically and test that your code works as expected. Only submit your code if all tests pass.
- When you've completed the task, add it to a GitHub repo and send us the URL.
While the playground includes tests that checks whether the implemented methods work as expected or not, your code will still be reviewed by humans. We love simple, elegant solutions that leverage Swift's powerful features.
thanks in advanc !