chore: fix README.md
This commit is contained in:
parent
4b548efe69
commit
521d608519
@ -1,7 +1,9 @@
|
|||||||
# Backend internal interview (rust) - basic-fixed
|
# Backend internal interview (rust) - basic-fixed
|
||||||
|
|
||||||
> Code simply **works as expected**
|
> Code simply **works as expected**
|
||||||
|
|
||||||
> It is not be able to **process multiple metrics in parallel** yet.
|
> It is not be able to **process multiple metrics in parallel** yet.
|
||||||
|
|
||||||
> A full refactoring has to be done for <u>better quality, maintenance and be more readable</u>. (Structs, implementaitions, settings for multiple inputs, etc).
|
> A full refactoring has to be done for <u>better quality, maintenance and be more readable</u>. (Structs, implementaitions, settings for multiple inputs, etc).
|
||||||
|
|
||||||
See [main changes](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed/CHANGES.md)
|
See [main changes](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed/CHANGES.md)
|
||||||
@ -12,10 +14,10 @@ A **Refactor metric-consumer** task
|
|||||||
|
|
||||||
There are several branches developed as proposal:
|
There are several branches developed as proposal:
|
||||||
|
|
||||||
- [Basic fixed one](basic-fixed)
|
- [Basic fixed one](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed)
|
||||||
> A basic code review, fixed with minor and essential changes to work as expected.
|
> A basic code review, fixed with minor and essential changes to work as expected.
|
||||||
|
|
||||||
> Tests are included for verification.
|
> Tests are included for verification.
|
||||||
|
|
||||||
- [Improve one](improved)
|
- [Improve one](improved)(/NewRelic/be-technical-interview-rust/src/branch/improved)
|
||||||
|
|
||||||
- [Multiple input one](multi-input)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user