remove Wallapop references in readme
This commit is contained in:
parent
75cfcb1184
commit
8185192fdb
24
README.md
24
README.md
|
@ -1,14 +1,6 @@
|
||||||
# Wallapop Backend Tech Test
|
# Mars Rover Backend Kata
|
||||||
|
|
||||||
Hello candidate!!
|
Welcome. We need a solution that translates commands sent from Earth to instructions that are understood by our Rover on Mars
|
||||||
|
|
||||||
Welcome to Wallapop and its backend technical test
|
|
||||||
|
|
||||||
## Mars Rover refactoring kata
|
|
||||||
|
|
||||||
We need to improve the existing solution that translates commands sent from Earth to instructions that are understood by our Rover on Mars
|
|
||||||
|
|
||||||
Currently, the code is very complicated and tangled, so we'd like you to invest some time to clean it up
|
|
||||||
|
|
||||||
### Functional requirements
|
### Functional requirements
|
||||||
```
|
```
|
||||||
|
@ -62,18 +54,10 @@ Then:
|
||||||
- Be extensible to allow the introduction of new features in an easy way.
|
- Be extensible to allow the introduction of new features in an easy way.
|
||||||
- Use any package dependency mechanism.
|
- Use any package dependency mechanism.
|
||||||
|
|
||||||
## Our evaluation
|
## Evaluation
|
||||||
|
|
||||||
- We will focus on your design and on your own code over the usage of frameworks and libraries
|
- We will focus on your design and on your own code over the usage of frameworks and libraries
|
||||||
- We will also take into account the evolution of your solution, not just the delivered code
|
- We will also take into account the evolution of your solution, not just the delivered code
|
||||||
- We will evolve your solution with feasible features and evaluate how complex it is to implement them
|
- We will evolve your solution with feasible features and evaluate how complex it is to implement them
|
||||||
|
|
||||||
## How to do it
|
Thanks!!
|
||||||
|
|
||||||
This project is a [Template Project](https://help.github.com/en/articles/creating-a-repository-from-a-template) that allows you to create a new project of your own based on this one
|
|
||||||
|
|
||||||
We would like you to maintain this new repository as private, and give access to `wallabackend` to evaluate it once you are done with your solution
|
|
||||||
|
|
||||||
Please, let us know as soon as you finish, otherwise we will not start the review
|
|
||||||
|
|
||||||
Thanks & good luck!!
|
|
||||||
|
|
Loading…
Reference in New Issue