NataliaMedeiros / minishell

0 stars 0 forks source link

Refactoring code #8

Open NataliaMedeiros opened 1 month ago

NataliaMedeiros commented 1 month ago

Check the split and substring function, to eliminate unnecessary spaces. Review the variables names, for example data.command_line is too big. Review functions name, making than more meaningful. Check if there functions that aren't being used and move than to Obsoleto folder.