其他语言,例如 Python 之类的,都有名言名句,比如:
Python: "人生苦短,我用 Python" PHP: "世界上最好的语言" JavaScript: "跟 Java 没关系", "所有能用 JS 实现的,最终都将使用 JS 实现" 动态语言: "动态一时爽,重构火葬场" ...
但是似乎没有找到 Golang 的,不知道 Go 有不有什么名言名句?
我想到一个: "不要恐慌 (Don't panic)"。出自《银河系漫游指南》
1
NyanKoSensei 2020-12-10 16:56:00 +08:00 1
go go go ole ole ole -- 生命之杯
|
2
tikazyq OP @NyanKoSensei 哈哈哈哈哈,老歌厉害了
|
3
zoikhemlab 2020-12-10 23:43:28 +08:00
go go go ole ole ole
|
4
AmrtaShiva 2020-12-11 00:24:45 +08:00 via iPhone 1
简洁不简单
|
5
jayvs5200 2020-12-11 00:25:23 +08:00 via iPhone
Just to go
|
6
linksNoFound 2020-12-11 09:01:07 +08:00 3
err != nir
|
7
tikazyq OP @linksNoFound 哈哈哈,这个也是槽点
|
8
tikazyq OP 我还想到一个,就是“爷爷,你要的泛型终于要来了”
|
9
AmrtaShiva 2020-12-11 09:45:50 +08:00 via iPhone
Go 的设计理念加上范型更像是加了一个累赘
|
10
tikazyq OP @AmrtaShiva 为啥呀?
|
11
togou 2020-12-11 12:07:14 +08:00
Less is more?
|
12
CSM 2020-12-11 12:12:31 +08:00 via Android 2
Do not communicate by sharing memory; instead, share memory by communicating.
|
13
tinyRat 2020-12-11 17:34:49 +08:00
Just go with it.
|
14
BetterSci 2020-12-11 18:45:54 +08:00 1
let she go
|
15
fenglangjuxu 2020-12-11 22:09:53 +08:00 via iPhone
letsgo
|
16
jokefun 2020-12-12 02:35:17 +08:00 2
|
17
r00tt 2020-12-13 17:22:59 +08:00
let it go
|
18
xiaonan10ll 2020-12-14 09:29:13 +08:00 via iPhone
do not be too clever
|
19
tikazyq OP @jokefun 摘抄过来了
Go Proverbs Simple, Poetic, Pithy Don't communicate by sharing memory, share memory by communicating. Concurrency is not parallelism. Channels orchestrate; mutexes serialize. The bigger the interface, the weaker the abstraction. Make the zero value useful. interface{} says nothing. Gofmt's style is no one's favorite, yet gofmt is everyone's favorite. A little copying is better than a little dependency. Syscall must always be guarded with build tags. Cgo must always be guarded with build tags. Cgo is not Go. With the unsafe package there are no guarantees. Clear is better than clever. Reflection is never clear. Errors are values. Don't just check errors, handle them gracefully. Design the architecture, name the components, document the details. Documentation is for users. Don't panic. |
20
SmallTeddy 2020-12-14 09:54:53 +08:00
fire the home go go go
|
21
leavebody 2020-12-14 11:07:44 +08:00 1
人生苦长,我用 golang ?
|
22
tadebao 2020-12-14 11:27:55 +08:00
ok,let's GO
|
23
Philippa 2020-12-15 16:48:20 +08:00
Go 有首歌:
|
24
Philippa 2020-12-15 16:52:53 +08:00
有个 2019 年的版本
|
25
NXzCH8fP20468ML5 2020-12-16 22:50:47 +08:00 via Android
大道至简
|
26
visli 2020-12-28 18:02:41 +08:00
Go out!
|