|
|
|
|
|
by CuriouslyC
6 days ago
|
|
Opus has the nickname "Slopus" in a lot of circles for a reason. It can write nice code in isolation, but the way it organizes that code and its rigor in addressing edge cases/making sure things are robust leave a lot to be desired. Opus is particularly famous for having a real problem reinventing stuff that already existed in the codebase because it wanted to get to work before exploring sufficiently. |
|
regarding edge cases -- less is more in my experience, as removing is harder than adding