在 Windows 上使用 Google Test 來 Unittest 既有的 Legacy C 語言程式碼 單元測試(Unittest)一直是軟體開發的好幫手,但場景切換到 C 語言原始碼的 Legacy Code,似乎處處碰壁。本系列文章將帶你入門如何使用 Google Test 的 C++ 框架來實現對舊有的 C Code 做 Unittest,搭配 VS Code 的 Debugger,幫助你持續穩定程式品質。 ArticleUnittest WindowsC/C++ 2023年4月24日 (2023年8月19日 Updated)
安裝並以超簡單的 vimrc 配置於 Windows/Mac 平台入門 Vim ArticleText Editor Vimvimscript 2022年5月28日 (2022年6月6日 Updated)
Python 中的 Log 利器:使用 logging 模組來整理 print 訊息 Articlepython modulePython 2021年10月22日 (2023年8月19日 Updated)