前言
回顧前幾篇寫的鐵人賽文章內容,個人覺得需要強調說明關於改變元件狀態的部分,因為這是 Kotlin & Flutter 在建立元件蠻重要的差異。
目...
除了前一日的 SimpleCommandLinePropertySource 之外,這裡官方提到的另一個實作CommandLinePropertySource...
Day12- GPT 陪我讀 Grafana OpenTelemetryDay13- GPT 陪我讀 將 OpenTelemetry Collector 連接到...
定義
Visitor is a behavioral design pattern that lets you separate algorithms fr...
前言
既然在Day10 剛好有提到單一職責原則,這裡就來簡單說明。「單一職責」原則顧名思義,就是一個類別應該只負責一個職責(是SOLID原則其中一個原則)。...
完整程式碼Ch02_04_印出各種加上修飾詞型別的長度
#include <stdio.h>
int main(void){
printf(&...