be-technical-interview-rust/README.md

890 B

Backend internal interview (rust) - basic-fixed

Note

Code simply works as expected
It is not be able to process multiple metrics in parallel yet.
A full refactoring has to be done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc).

See main changes

A Refactor metric-consumer task

Home Task exercise description

There are several branches developed as proposal:

  • Basic fixed one

    A basic code review, fixed with minor and essential changes to work as expected.
    Tests are included for verification.

  • Improve one