返回
RCreddit.com
19
·15小时前·开发者社区 · RSS

Everyone is t/s maxing.. 3.8.. but after a week of using it for work I'm tempted to switch back to 3.6

查看原文
Qwen开源代码

热度趋势

趋势数据积累中

百分比基于当前可用热度信号,而非评论数或独立用户人数。

AI 摘要

一位开发者正在考虑从 Qwen 3.8 切换回 3.6 版本,尽管 3.8 具有更高级的编码能力。Qwen 3.8 被称赞为“非常优秀的编码器”,但却被批评为“糟糕的协作者”。用户指出,3.8 难以保持一致的代码风格,并且经常为简单的内部方法引入过于复杂的解决方案,例如严格的类型检查,而 3.6 则能无缝地整合小的改动。

> "Qwen 3.8 is a damn good coder, but a terrible collaborator"

It modifies SO many things in my scripts for what should be a 2 line PR, I get a 100 line linter style mess that looks like a high school freshmen got his hands on vs code and pushed code in.

It can't maintain a common style, if I give it a script with a certain naming and layout, 3.6 one shots small changes that fit into my structure. 3.8 will add code that looks much more advanced, handling, strict type checks. But if it's just my internal method that gets called in exactly one place, it is way overkill code

3.8 produces DAMN GOOD code, but will get stubborn on wanting it's own parameters and return types. A simple return False works for my particular use case, but here goes Qwen formatting me the perfect return dict full of useful metadata

Am I crazy?