INDAPlus21 / INDAPlus21/emilhul-hash
Pass
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Very well done Emil!**
Lovly instructions and user help guidance!
Only, what's behind the design choice of printing the entire hash table?
```
PS C:\[...]\emilhul-hash> cargo run -- db.csv print
Finished dev [unoptimized + debuginfo] target(s) in 0.05s
Running `target\debug\emilhul-hash.exe db.csv print`
========== Table ==========
-----
Key: "24", Value: "Alex",
-----
-----
-----
-----
-----
-----
Key: "13", Value: "Ginny",
Key: "98", Value: "Bob",
-----
-----
Key: "120", Value: "Emil",
```
The hashtable module would certainly benefit from some proper documentation, since it would ease your referencing in the future.
[](https://insights.stackoverflow.com/survey/2021#section-top-paying-technologies-top-paying-technologies)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the hashtable module and run the shown `cargo run -- db.csv print` command to understand the current output. Document the module's behavior and clarify the design rationale for printing the entire table; completion should include useful module documentation and an explanation of the output choice.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100