feature: find non human readable code

This commit is contained in:
MorganGeek
2020-07-17 14:51:39 +02:00
parent b74480c0a5
commit 0d24e86401
2 changed files with 52 additions and 1 deletions

View File

@ -134,7 +134,9 @@ function whichfunc() {
whence -v $1
type -a $1
}
# TODO : suggest using long parameter names instead of short ones....
source $HOME/Code/dotfiles/dot_scripts/suggest_readable_parameters.sh
# TODO : suggest spelling fixes
function suggest_code_refactoring() {
#inspired by : \grep 'awk '\''{$1=$1};1'\' $HOME/Code/dotfiles/dot_zsh*