• 0 Posts
  • 5 Comments
Joined 4 months ago
cake
Cake day: March 3rd, 2024

help-circle
  • Not as much as I did at the beginning, but I mainly chalk that up to learning more about its limitations and getting better at detecting its bullshit. I no longer go to it for designing because it doesn’t do it well at the scale i need. Now it’s mainly used to refractor already working code, to remember what a kind of feature is called, and to catch random bugs that usually end up being typos that are hard to see visually. Past that, i only use it for code generation a line at a time with copilot, or sometimes a function at a time if the function is super simple but tedious to type, and even then i only accept the suggestion that i was already thinking of typing.

    Basically it’s become fancy autocomplete, but that’s still saved me a tremendous amount of time.