Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 14 days ago
JSON representation

Example Code Review Exercise

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`)