• 0 Posts
  • 240 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle
  • The autocomplete is amazing

    It just takes the mental strain out of syntax and I can focus more on the logic and structure of the code

    Like you said much better for writing unit tests, but also for log messages and comments

    Even the chat is sometimes useful but not as much. I treat it as much junior engineer assistant/rubber duck. I.e. I never completely accept what it outputs and usually review everything but quite often it gives me a different idea/approach even if it doesn’t write it 100% correct the first time. Because I always review it, having it autocomplete the next line is my preferred approach so I verify each line as they come.

    Once you start to past 10/20+ lines in a row you will have a bad time.