How to parse Bash program configuration files
Keeping program configurations separate from code is important. It enables non-programmers to alter configurations without having to modify the program's code. With compiled binary executables, that would be impossible for non-programmers because it not only requires access to source files (which we do have with open source programs) but also a programmer's skill set. Few people have that, and most people don't want to learn.
read more
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.