iamnewton / dotfiles

UNIX-based system configuration for software development
https://github.com/iamnewton/dotfiles#readme
GNU General Public License v3.0
9 stars 3 forks source link

Convert library to defensive bash programming style #31

Closed iamnewton closed 10 years ago

iamnewton commented 10 years ago

In order to write better code, an article I read had some great suggestions for refactoring code to be less prone to errors and easier to unit test.