INDAPlus21 / INDAPlus21/emilhul-hash

Pass

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
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://inotgo.com/imagesLocal/202111/10/20211110140150158I_0.png.jpg)](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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.