|
|
|
|
|
by epolanski
114 days ago
|
|
One thing that I do that increases both my productivity and the output quality is to have few hours of planning, first business logic, then a separate one session for implementation and then have AI tell me what code I need to write. I don't let it edit code, but I do have it guide me. Writing the code myself forces me to think about it, question it in isolation and tie it to the overall design. I don't always do so, sometimes I do let it do the edits for simpler smaller changes, but I do at any new feature. |
|