zoukankan
html css js c++ java
Simple, Poetic, Pithy
源自:
Rob Pike points out
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.
查看全文
相关阅读:
杭电2027
杭电2028
开发者所需要知道的iOS7 SDK新特性
苹果已向这15款产品和应用宣战
谷歌J2ObjC(Java to ObjectiveC)版本更新
国外应用评测网站汇总
iOS 7 UI设计官方图集
iOS 7UI设计模板
js中 setTimeout延时0毫秒的作用
C# Xmlrpc
原文地址:https://www.cnblogs.com/laolieren/p/simple_poetic_pithy.html
最新文章
ARCGIS10 试用评测(附破解信息)
【转】Sun VirtualBox下安装Ubuntu全屏问题解决
云计算开源平台部署实验系列一
JSP Web开发入门系列(一)JDBC基础
云计算实践之虚拟化技术介绍
数据预处理思维导图
100C之14:如何获得最大投资利益
100c之17:平分七筐鱼
100C之15:倒底捕了多少鱼?
100C之11: 三天打鱼两天晒网
热门文章
100C之12:寻找肇事车
100C之13:他该如何存款?
100c之20:奇怪的三位数
8除不尽的自然数
100C之16:卖金鱼
个位数为6且被3整除的五位数有多少?
杭电2026题答案
杭电2025题
杭电2029
(转)深入了解scanf()/getchar()和gets()/cin等函数
Copyright © 2011-2022 走看看