chore: add Tip

This commit is contained in:
Jesús Pérez 2024-10-21 04:54:05 +01:00
parent 278cd7a2f7
commit a45391342c
No known key found for this signature in database

View File

@ -1,5 +1,8 @@
# Backend internal interview (rust) - basic-fixed
[!Tip]
> Use [Improve branch](/NewRelic/be-technical-interview-rust/src/branch/improved) as a full refactoring for <u>better quality, maintenance and readability</u>. (Structs, implementaitions, settings for multiple inputs, etc).
> [!NOTE]
> Code simply **works as expected** trying to be preserve initial approach and not too much disruptive changes.<br>
> It is able to **process multiple metrics in parallel** (input.txt and input_2.txt). <br>
@ -22,3 +25,6 @@ There are several branches developed as proposal:
- [Improve one](/NewRelic/be-technical-interview-rust/src/branch/improved)
- [x] Define a basic model, easily to extend and modify. **Abstraction / Generic**.
- [x] Structs and implementations to specific metricis traitments. **Modular appoach**.
- [x] Settings and configuration for interactive and non interactive processing (batch mode) **Customize on context**.