allenzhu
正直 本分 平常心 把该做的事情做好 保持好奇心 每天智慧一点点
第68天 08-01
02:13

写unit test的时候deep equal有些问题(给不了差异点)

请教了同事 得到了解答

很赞 提高了效率

第52天 07-16
22:48

这两天刚读了iterator的deisgn pattern

就在codebase当中找到了一处优化的地方

Simple but not easy.

第40天 07-04
23:35

看了几个新的设计模式
state/chain of responsibility/decorator

这一段时间以来 明显感受是coding这件事情(尤其是在公司里)变得有意思多了

(工作的第三年和第一年相比)

第36天 06-30
11:35

设计模式确实有点意思

Pass through several design patterns of creational, structural and behavioral.

第1天 05-26
15:24

Explore 13 common Go mistakes during the weekend. (From 100 Go mistakes)

第1天 05-26
15:15

For these reasons, when we want to ignore an error in Go, there’s only one way to write it:

_ = notify()

(❌ Duplicate)
// Ignore the error
_ = notify()

(Great ✅)
// At-most once delivery.
// Hence, it's accepted to miss some of them in case of errors.
_ = notify()

Learning coding in a interesting way
创建时间:2024-05-26
Learning coding should not as that boring at the first glance.
获得 3 次爱心
获得 0 次收藏