- 博客(5)
- 收藏
- 关注

原创 Interview for Engineer
Interview of FuckQi & Yingda欢迎来到LeetCode 欢迎来到LeetCode
2019-12-02 20:44:38
195
翻译 python模式-lazy-evaluation
lazy-evaluation """ Lazily-evaluated property pattern in Python. https://en.wikipedia.org/wiki/Lazy_evaluation *References: bottle https://github.com/bottlepy/bottle/blob/cafc15419cbb4a6cb748e6ecdccf9...
2020-03-04 13:08:42
882
翻译 python模式-工厂模式
工厂模式 """*What is this pattern about? A Factory is an object for creating other objects. *What does this example do? The code shows a way to localize words in two languages: English and Greek. "get_loc...
2020-03-04 09:40:39
145
翻译 python模式-builder
builder模式 """ *What is this pattern about? It decouples the creation of a complex object and its representation, so that the same process can be reused to build objects from the same family. This is u...
2020-03-03 19:17:17
387
翻译 python模式-单态
单态模式 """ *What is this pattern about? The Borg pattern (also known as the Monostate pattern) is a way to implement singleton behavior, but instead of having only one instance of a class, there are mul...
2020-03-03 18:20:12
210
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人