Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 1 year agoWhat is the best file format for configuration file?message-squaremessage-square44fedilinkarrow-up143arrow-down12file-text
arrow-up141arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 1 year agomessage-square44fedilinkfile-text
minus-squareaxzxc1236@lemm.eelinkfedilinkEnglisharrow-up3·edit-21 year agoFor my last self-made program, I just wrote a config.py, and call import config from other code files and write my config in Python.
For my last self-made program, I just wrote a config.py, and call
import config
from other code files and write my config in Python.