Blog: 2025-11-16: Difference between revisions

From razwiki
Jump to navigation Jump to search
(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'")
 
(No difference)

Latest revision as of 00:45, 16 November 2025

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'