https://github.com/snyk/snyk-code-review-exercise
Example Code Review Exercise
https://github.com/snyk/snyk-code-review-exercise
hiring interview recruiting
Last synced: over 1 year ago
JSON representation
Example Code Review Exercise
- Host: GitHub
- URL: https://github.com/snyk/snyk-code-review-exercise
- Owner: snyk
- License: mit
- Created: 2021-06-22T21:25:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T15:19:31.000Z (over 1 year ago)
- Last Synced: 2025-01-08T06:44:41.731Z (over 1 year ago)
- Topics: hiring, interview, recruiting
- Homepage:
- Size: 191 KB
- Stars: 10
- Watchers: 81
- Forks: 73
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snyk code review exercise
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](https://github.com/snyk/snyk-code-review-exercise/issues/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](https://github.com/snyk/snyk-code-review-exercise/pull/1)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/typescript) (`typescript`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/transative-dependencies) (`typescript-recursive`)
**TypeScript Option 2**
* [Pull Request #8](https://github.com/snyk/snyk-code-review-exercise/pull/8)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/typescript) (`typescript`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/typescript-recursive-deps) (`typescript-recursive-deps`)
**Go**
* [Pull Request #6](https://github.com/snyk/snyk-code-review-exercise/pull/6)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/golang) (`golang`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/golang-recursive-deps) (`golang-recursive-deps`)
**Python**
* [Pull Request #9](https://github.com/snyk/snyk-code-review-exercise/pull/9)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/python) (`python`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/feat/python-recursive-deps) (`feat/python-recursive-deps`)
**Python 1.0**
* [Pull Request #15](https://github.com/snyk/snyk-code-review-exercise/pull/15)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/python-1.0) (`python-1.0`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/feat/python-transitive-deps) (`feat/python-transitive-deps`)
**.NET**
* [Pull Request #10](https://github.com/snyk/snyk-code-review-exercise/pull/10)
* [Main Branch](https://github.com/snyk/snyk-code-review-exercise/tree/dotnet) (`dotnet`)
* [Feature Branch](https://github.com/snyk/snyk-code-review-exercise/tree/feat/dotnet-recursive-deps) (`dotnet-recursive-deps`)