This repository is now archived.
No more updates will be made to the code and it may be insecure or even broken by the time you read this notice. Consider it for historical purpose only and treat it carefully.
Hello there. You might have been asked to look at this repository and download it. You're currently on the main
branch, and will need to work on a branch/pull request relavent to the interview you've been invited too.
All exercises are based on the same ticket - Ticket #5.
We have several flavors of each exercise in different languages, each has a "main" branch with the current state of the application and a "feature" branch that contains changes we'd like you to review.
TypeScript Option 1
- Pull Request #1
- Main Branch (
typescript
) - Feature Branch (
typescript-recursive
)
TypeScript Option 2
- Pull Request #8
- Main Branch (
typescript
) - Feature Branch (
typescript-recursive-deps
)
Go
- Pull Request #6
- Main Branch (
golang
) - Feature Branch (
golang-recursive-deps
)
Python
- Pull Request #9
- Main Branch (
python
) - Feature Branch (
feat/python-recursive-deps
)
Python 1.0
- Pull Request #15
- Main Branch (
python-1.0
) - Feature Branch (
feat/python-transitive-deps
)
.NET
- Pull Request #10
- Main Branch (
dotnet
) - Feature Branch (
dotnet-recursive-deps
)