5 ms·
Different strategies. - sometimes when it’s lost, just roll back. Commit very often. Sometimes it’s getting lost on simple and easy features - very unexpectedl
by ahaucnx 10mo ago
Different strategies.
- sometimes when it’s lost, just roll back. Commit very often. Sometimes it’s getting lost on simple and easy features - very unexpectedly.
- prompt regularly to review the architecture and clean up the code, check for specific things like code repetitions, error handling etc.
- keep an eye on the code yourself. At least on the general architectural side, and review complex code areas by hand
- ask always for larger features to make a plan first. Review the plan carefully. Only when the plan is ok, ask it to start coding.