You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2018. It is now read-only.
First of all, I really appretiate your work in the development of this great piece of software. I've moved from yaourt to pacaur recently.
I've been digging in the script source code moved by curiosity. I got some experience in bash scripting but I found difficult to follow the application workflow. I'd like to contribute improving readability of the code if you are interested, this could ease maintenance and future contributions to the script functionality.
Basically, I'd focus on these points:
Add more verbose comments to the code to clarify each step
Use some comment banners to divide each section clearly
Break bash lines to improve readability (limit to 80 char each line)
Unroll some conditionals to improve readability
Use some bashisms
I've found a short and interesting bash style guide if you want to take a look.
First of all, I really appretiate your work in the development of this great piece of software. I've moved from
yaourttopacaurrecently.I've been digging in the script source code moved by curiosity. I got some experience in bash scripting but I found difficult to follow the application workflow. I'd like to contribute improving readability of the code if you are interested, this could ease maintenance and future contributions to the script functionality.
Basically, I'd focus on these points:
I've found a short and interesting bash style guide if you want to take a look.
More references: