Blog: 2025-11-16

From razwiki
Revision as of 00:45, 16 November 2025 by Razzi (talk | contribs) (Created page with "trying to thing of a good function name for a function that checks * a file is tracked in git * it is not modified / staged for my copy and move functions, so they don't have to prompt if the file is "save to delete". Maybe that's what I should call it - 'safe to modify'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

trying to thing of a good function name

for a function that checks

  • a file is tracked in git
  • it is not modified / staged

for my copy and move functions, so they don't have to prompt if the file is "save to delete".

Maybe that's what I should call it - 'safe to modify'