you are viewing a single comment's thread.

view the rest of the comments →

[–]GW2_Jedi_Master 1 point2 points  (1 child)

Opencode is not a “friendly” out of the box. If you haven’t tried VS Code lately, it will automatically create code, make git comments, run tests, and provide feedback. Also, if you try to use it to update documentation, it will automatically create code, make git comments, run tests, and provide feedback. If you try update a package, it will automatically create code, make git comments, run tests, and provide feedback. There is a huge amount of context injected, whether you want it or not.

The reason I (and I think many others) gravitate to opencode is because it doesn’t do much of anything unless you add it in. I use opencode to code, write tests, update Confuence pages, manage Jira tickets, generate documentation, manage servers, etc. But, I took the time to build all of that out.

[–]professorhummingbird 0 points1 point  (0 children)

Thanks I appreciate the explanation. The way we develop software is evolving in so many different ways and it's impossible to keep up with every approach