Hacker News new | ask | show | jobs
by Y_Y 1336 days ago
Creating a file if it doesn't already exist is idempotent.
1 comments

Only if you always create the file with the same contents, which is almost certainly not going to be true when the software evolves and adds new options.