@stevelinz said in GAME CHANGE:
A good practice is to zip up your project periodically,
A better practice is to not rely on AI. I admit that the pull is strong, but resist and learn how to actually write your own code.
I've been coding for over 45 years. That's right - when I started, I had to find a book that described the language I was using, and had to gleen knowledge without even having the luxury of example code. I think programmers have it way too easy nowadays. (I had to code uphill - BOTH WAYS! - when I was your age.) :)
I tried AI a few times, and in the process of tailoring my prompt, I found that the AI becomes highly sycophantic, essentially claiming that I'm brilliant because I was able to craft an "awesome" prompt.
I tried it yesterday, and told it what I was using (React v19 with typescript), and I actually had to tell it to maintain as much type safety as possible. Even so, if wouldn't give me const functions until I told it to, despite the fact that pretty much everyone that uses typescript in React uses const functions. I haven't looked at the code it churned out yet, because it was just a test to see how it would do, and I already have a solution that I wrote myself. I certainly wouldn't have it write an entire application.