Compare commits

...

7 Commits

Author SHA1 Message Date
4d5a578da3 Update README.md
Rename organization
2025-01-02 12:39:18 +00:00
a247d0bdf4
chore: add Tip 2024-10-21 04:50:06 +01:00
8c4251e92b
chore: fix README.md 2024-10-17 15:44:41 +01:00
c3bb8360b4
chore: fix README.md 2024-10-17 15:41:16 +01:00
0dabb028ca
chore: fix README.md 2024-10-17 15:15:36 +01:00
9fb0ff895a
chore: fix README.md 2024-10-17 15:10:45 +01:00
6303843457
chore: fix README.md 2024-10-17 15:07:34 +01:00

View File

@ -1,15 +1,27 @@
# Backend internal interview (rust)
# Backend internal interview (rust) - main
A **Refactor metric-consumer** task
> [!Tip]
> Use [Improve branch](/jesus/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).
[Home Task exercise description](Home-Task_exercise_interview_Rust.pdf)
There are several branches developed as proposal:
> [!CAUTION]
> This branch does not have any change, it has original content.
## Proposal for review
> There are several branches developed as proposal:
- [Basic fixed one](/jesus/be-technical-interview-rust/src/branch/basic-fixed)
- [Basic fixed one](basic-fixed)
> A basic code review, fixed with minor and essential changes to work as expected.
> Tests are included for verification.
- [Improve one](improved)
- [Improve one](/jesus/be-technical-interview-rust/src/branch/improved)
- [Multiple input one](multi-input)
- [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**.