Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bosi5097yI like json most because it's really easy to work with in web environment. Further you can use it to exchange information over restful api very good.
-
DjSall15837yAnd I hate ini, because most editors only use two colors in it.
White for text, green for comments and that makes it hard to read. -
@ashik No. .conf files only mean that its a config file, but the syntax inside differs. Most often is ini used.
-
json.
but I prefer just plain shell var in most cli app. (app just source that config) -
@vortexman100 On servers I like it the way the php config files do it/look like :)
-
How about a punched card format
Multiple arrays of a fixed length
Then you punch the indexes of the array to make your config and build a parser for it
Google punched card era
(Stupid idea, i know) -
I like JSON but on configurations XML (Maybe it's the Java talking) seems to work fine for me too.
Ok, guys, which configuration format is your favorite? (something like toml, ini, json, yaml, etc)
undefined