2024-10-21 03:50:06 +00:00
# Backend internal interview (rust) - main
2024-10-17 13:59:21 +00:00
2024-10-17 14:05:05 +00:00
A **Refactor metric-consumer** task
2024-10-21 03:50:06 +00:00
> [!Tip]
2025-01-02 12:39:18 +00:00
> 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).
2024-10-21 03:50:06 +00:00
2024-10-17 14:05:05 +00:00
[Home Task exercise description ](Home-Task_exercise_interview_Rust.pdf )
2024-10-17 14:44:41 +00:00
> [!CAUTION]
> This branch does not have any change, it has original content.
2024-10-17 14:41:16 +00:00
2024-10-17 14:44:41 +00:00
## Proposal for review
2024-10-17 14:05:05 +00:00
2024-10-17 14:44:41 +00:00
> There are several branches developed as proposal:
2025-01-02 12:39:18 +00:00
- [Basic fixed one ](/jesus/be-technical-interview-rust/src/branch/basic-fixed )
2024-10-17 14:41:16 +00:00
2024-10-17 14:05:05 +00:00
> A basic code review, fixed with minor and essential changes to work as expected.
2024-10-17 14:41:16 +00:00
2024-10-17 14:05:05 +00:00
> Tests are included for verification.
2025-01-02 12:39:18 +00:00
- [Improve one ](/jesus/be-technical-interview-rust/src/branch/improved )
2024-10-17 14:05:05 +00:00
2024-10-21 03:50:06 +00:00
- [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** .