Professional circus performer by night, master code monkey by day

  • 0 Posts
  • 12 Comments
Joined 3 months ago
cake
Cake day: April 2nd, 2024

help-circle







  • Fire Witch@lemmy.blahaj.zonetoProgrammer Humor@programming.devAI Suggestions
    link
    fedilink
    arrow-up
    10
    arrow-down
    3
    ·
    edit-2
    2 months ago

    Stuff like this is really useful when variable names are annoying, or when you have to repeat the same monotonous pattern over a large batch of code.

    My favorite use of AI in code so far has been refactoring deprecated feature flags. “Replace enableXYZFeatureFlag with true and optimize the code”. Bam, 1-2 hours’ worth of crunch work solved in minutes.