|
|
|
|
|
by nathan_f77
166 days ago
|
|
This is exactly how I've been working with AI this year and I highly recommend it. This kind of workflow was not feasible when I was working alone and typing every line of code. Now it's suprisingly easy to achieve. In my latest project, I've enforced extremely strict linting rules and completely banned any ignore comments. No file over 500 lines, and I'm even using all the default settings to prevent complex functions (which I would have normally turned off a long time ago.) Now I can leave an agent running, come back an hour or two later, and it's written almost perfect, typed, extremely well tested code. |
|