一个热爱编程性格开朗的 Coder,喜欢折腾,爱写代码,并将它作为一种生活乐趣,标准技术宅一个。也喜欢看老电影,老电视剧,有精力的老年 Coder。
sequenceDiagram
participant z as today
participant l as tomorrow
loop day after day
z->>l: coding?
l-->>z: yeah,happy coding
activate z
Note left of z: think await
alt not yet coding
z-xl: no
else conding
z-xl: happy
end
opt find happy
l-->z: Coding makes us happy Work
end
end