Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Lines overflowing from the screen.(Clean Code Improvements) #91

Open
hkey0 opened this issue Feb 19, 2024 · 0 comments
Open

Lines overflowing from the screen.(Clean Code Improvements) #91

hkey0 opened this issue Feb 19, 2024 · 0 comments

Comments

@hkey0
Copy link

hkey0 commented Feb 19, 2024

The crate mentioned in the issue: CLI

There are numerous lines overflowing from the screen, which complicates reading the code. The length of the lines should be kept between 95-110 characters to enhance the readability of the code.
Also, even though they do not overflow from the screen, there are lines that could be restructured to make the code more readable.

If the project maintainers decide that this adjustment is necessary, I am ready to do it.

Example lines:
https://github.com/gevulotnetwork/gevulot/blob/main/crates/cli/src/main.rs#L147
https://github.com/gevulotnetwork/gevulot/blob/main/crates/cli/src/server.rs#L173
https://github.com/gevulotnetwork/gevulot/blob/main/crates/cli/src/server.rs#L175
https://github.com/gevulotnetwork/gevulot/blob/main/crates/cli/src/main.rs#L91

Have a nice day.

@hkey0 hkey0 changed the title Lines overflowing from the screen. Lines overflowing from the screen.(Clean Code Improvements) Feb 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant