7 ms·
So you skipped the code review and just checked that it does what you needed it to do?
by Ocha 7mo ago
So you skipped the code review and just checked that it does what you needed it to do?
- enraged_camel 7mo agoI don't know how anyone can make this assumption in good faith. The poster did not imply anything along those lines.
- joshuahaglund 7mo agoThat looked like a leading question to me, asking for confirmation but not an outright assumption. Seems like a fair question
- TideAd 7mo agoGPT-5 codex variants with xhigh reasoning make great code reviewers.
- SamPatt 7mo ago5.2 Codex is excellent at reviewing commits. I haven’t used 5.3, I assume it's as good or better. Especially for large commits, it's become indispensable.
- jatora 7mo agoNay, I periodically go through phases in most of my large applications where I do nothing but test, refine, refactor, consolidate, and modularize (the multi-thousand line monoliths that LLM's love to make so much) for days before resuming my roadmaps. This part is honestly one of the most satisfying, where you merge the already existing functionality with beautiful patterns. I also make good use of precommit hook scripts to catch drift where possible