itshan (@itshanrw) 's Twitter Profile
itshan

@itshanrw

💻 Developer - Focus on #KMP 🌐 TDD Advocate ⇢ tddworks.com ⇢ github.com/tddworks Swiss ⇢ swiss.onegai.app BlurBlend app

ID: 243240363

calendar_today26-01-2011 16:27:48

4,4K Tweet

447 Followers

1,1K Following

itshan (@itshanrw) 's Twitter Profile Photo

单一职责原则(SRP)在人工智能时代赋予了我们显著的认知优势。以往在编写代码时,开发者常常容易在一个功能上产生过多的思考发散,而测试驱动开发(TDD)作为一种实践方式,有效地控制了这种思维的扩散。如今,随着人工智能在代码编写中的应用,遵循单一职责原则能够大幅度降低开发者的认知负担,带来

单一职责原则(SRP)在人工智能时代赋予了我们显著的认知优势。以往在编写代码时,开发者常常容易在一个功能上产生过多的思考发散,而测试驱动开发(TDD)作为一种实践方式,有效地控制了这种思维的扩散。如今,随着人工智能在代码编写中的应用,遵循单一职责原则能够大幅度降低开发者的认知负担,带来
itshan (@itshanrw) 's Twitter Profile Photo

现在开始直接让 Cursor 写 framework,而不是直接写项目。最后通过组装这些 framework 来实现具体的业务需求。

现在开始直接让 Cursor 写 framework,而不是直接写项目。最后通过组装这些 framework 来实现具体的业务需求。
Axel Le Pennec (@alpennec) 's Twitter Profile Photo

The new BGContinueProcessingTask allows a work to continue even after the app is backgrounded, with a system providing UI to communicate progress! No more LiveActivities to provide feedback on tasks being performed by the app 🤩 Documentation: developer.apple.com/documentation/… #WWDC25

The new BGContinueProcessingTask allows a work to  continue even after the app is backgrounded, with a system providing UI to communicate progress!

No more LiveActivities to provide feedback on tasks being performed by the app 🤩

Documentation: developer.apple.com/documentation/…

#WWDC25
宝玉 (@dotey) 's Twitter Profile Photo

如果你使用 Claude Code 并且是 Claude Pro/Max 订阅想要知道如果是 API 得花了多少钱,订阅费花的值不值,可以试试这个命令: $ npx claude-code-costs

如果你使用 Claude Code 并且是 Claude Pro/Max 订阅想要知道如果是 API 得花了多少钱,订阅费花的值不值,可以试试这个命令:
$ npx claude-code-costs
itshan (@itshanrw) 's Twitter Profile Photo

写UI可以很快,因为关注点很单一。但是一旦项目的业务变得复杂,没有架构约束和任务的拆分,AI写起来确实没有自己写效率高。

Touchlab (@touchlabhq) 's Twitter Profile Photo

Kotlin/Native debugging in Xcode? It’s tricky👉but it doesn’t have to be. Catch Touchlab’s Tadeas Kriz | 🍵🍰 at #dcnyc25 next Thurs @ 2:35pm for a deep dive into effective LLDB debugging + native binaries. If you’ve touched #KMP on iOS, you shouldn’t miss this. #KotlinNative #iOSDev

itshan (@itshanrw) 's Twitter Profile Photo

软件工程的核心其实是业务知识的高效传递和持续提炼,让代码中的领域模型最终能精准表达业务本质。