Professional circus performer by night, master code monkey by day

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

help-circle

















  • 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.