From a247d0bdf448e5388171755e2ef83db90dabfc28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Mon, 21 Oct 2024 04:50:06 +0100 Subject: [PATCH] chore: add Tip --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fb5554..fda3d2b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# Backend internal interview (rust) - main +# Backend internal interview (rust) - main A **Refactor metric-consumer** task +> [!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). + [Home Task exercise description](Home-Task_exercise_interview_Rust.pdf) > [!CAUTION] @@ -19,3 +22,6 @@ A **Refactor metric-consumer** task - [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**. \ No newline at end of file