Published on 2025年7月7日 📌Claude Code Tips Claude-Code AI Claude Code 的實用技巧和操作指南,包含啟動指令、對話模式切換、檔案操作等常用功能 Read more →
Published on 2026年3月9日 Classic TDD Workshop — 從混亂到掌控的設計之道 Testing Course 在 AI Coding 工具當道的時代,一堂實打實的手工藝課程。回到 Kent Beck 的 Classic TDD 方法論,從需求分析到重構,完整掌握 TDD 的核心循環 Read more →
Published on 2026年3月8日 單元測試的好壞:你的測試在保護你,還是在拖累你? Testing Clean-Code 覆蓋率高不代表測試品質好。透過八個原則和六個反模式,學會分辨什麼是真正保護你的測試,什麼是在拖累你的累贅 Read more →
Published on 2026年3月5日 Kotlin 延遲初始化:lazy 與 lateinit 的抉擇 Kotlin 深入介紹 Kotlin 的兩種延遲初始化機制:by lazy 的委託屬性用法與執行緒安全模式、lateinit 的限制與安全檢查、兩者的比較與選擇指引,也討論了 DI 框架對 lazy 使用的影響,以及用 lazy 實現快取的進階技巧 Read more →
Published on 2026年3月4日 Kotlin 數字型別與 Null 安全性 Kotlin 了解 Kotlin 數字型別的設計哲學,統一的型別系統如何兼顧效能,以及與 Null 安全性之間的關係 Read more →
Published on 2026年3月2日 Kotlin Scope Functions:用兩個問題選對函式 Kotlin 深入介紹 Kotlin 五個 Scope Functions — let、run、apply、also、with — 的引用方式、回傳值差異,以及各自適合的使用場景與常見陷阱 Read more →