-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0018c5d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall nice project, I like tooling. I actually follow a coder, codes in go. Tomnomnom. His toolings is very nice as well and I use it frequently.
As for my comments:
pros:
nice test suite. π―
clean code. π―
good comments. π―
cons: ( a bit nit-picking here)
var names are not self explanatory, it gives hints ofc, but bit more explicit names would not hurt :)
Suggestions:
--> Why don't you add flag parser? It would be too good to have the following features:
--> Also a concise embedded man page. like toolkit --help || -h gives me flags and some use cases.
--> more self-explanatory readme. ( I believe it is cooking tho)
great repo ππ»
0018c5d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for you comment my friend. I am glad you liked it.
I agree with you on variable naming. It is a GO thing. For some reason, convention is to keep the variable as short as possible. What is up with all the one letter variables? I don't like it but wanted to stick to the common convention.
I definitely want to add more features but always short on time. Prs are more than welcome. ππΌ