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.
查看全文
相关阅读:
C# SuperWebSocket服务端学习(二)
C# SuperSocket服务端入门(一)
C# SuperWebSocket服务端、客户端学习(三)
皮尔逊相关系数和余弦相似性的关系
各种定向方式的对比-有图
查看Linux的CPU信息,核数等
临时表空间
优化临时表使用,SQL语句性能提升100倍
Java中线程池的学习
android面试题之六
原文地址:https://www.cnblogs.com/laolieren/p/simple_poetic_pithy.html
最新文章
图解avaScript中this指向(超透彻)
JavaScript 查看函数调用栈
词法作用域
dmraid 用法
MVC开发模式
网络基础知识汇总
OpenStack架构详解
计算机网络基础知识
全面认识openstack:OpenStack架构详解
linux中~/cut/argus/
热门文章
shell 中test命令
面向对象与面向过程区别
sniffer 软件的使用方法
ASP.NET快速开发框架不得不做的几个功能、高大上档次后台管理UI界面
ASP.NET MVC搭建项目后台UI框架—1、后台主框架
C#创建Windows服务与安装-图解
最简单的C# Windows服务程序
VS2015 C#.net4.6 windows的定时服务
C# 编写Windows Service(windows服务程序)
.NET 即时通信,WebSocket服务端实例
Copyright © 2011-2022 走看看