American_Jesus@lemm.ee to Linux@lemmy.ml · 2 years agoDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickexternal-linkmessage-square91linkfedilinkarrow-up1501arrow-down18cross-posted to: programming@programming.dev
arrow-up1493arrow-down1external-linkDotfiles matter! Please stop dumping files in users’ $HOME directories.dotfiles-matter.clickAmerican_Jesus@lemm.ee to Linux@lemmy.ml · 2 years agomessage-square91linkfedilinkcross-posted to: programming@programming.dev
minus-squarenous@programming.devlinkfedilinkEnglisharrow-up29arrow-down1·2 years agoThe software can read from both locations in a backwards compatible way. Many tools already do this.
minus-squareCosmicTurtle@lemmy.worldlinkfedilinkEnglisharrow-up5arrow-down4·2 years agoThe best way to handle this is to have the next version move the old directory (if it exists) and then start reading from there. That way it’s in compliance from then forward. A UI notice is nice but will probably be ignored.
The software can read from both locations in a backwards compatible way. Many tools already do this.
The best way to handle this is to have the next version move the old directory (if it exists) and then start reading from there.
That way it’s in compliance from then forward.
A UI notice is nice but will probably be ignored.