From a45391342c3bb0c116ed3f2eef846f8f319a3f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Mon, 21 Oct 2024 04:54:05 +0100 Subject: [PATCH] chore: add Tip --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad8c202..2ffc915 100644 --- a/README.md +++ b/README.md @@ -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 better quality, maintenance and readability. (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.
> It is able to **process multiple metrics in parallel** (input.txt and input_2.txt).
@@ -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**.