zoukankan
html css js c++ java
Go Proverbs
https://github.com/go-proverbs/go-proverbs.github.io
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.
查看全文
相关阅读:
SQL Server如何固定执行计划
领导修炼
content management system
npm和bower
web开发workflow
偏执狂
website project team member 角色及开发过程概念图
website architecture
王道霸道
design pattern及其使用
原文地址:https://www.cnblogs.com/rsapaper/p/12218573.html
最新文章
常用display属性
Hibernate的集合映射(Set、List、Array、Map、Bag)
Hibernate缓存
Hibernate拦截器(Interceptor)与事件监听器(Listener)
Hibernate复合主键映射
Hibernate继承映射
Hibernate事务与并发问题处理(乐观锁与悲观锁)
Hibernate关联关系配置(一对多、一对一和多对多)
中文乱码 jsp正常后台接收异常
JBPM学习(六):详解流程图
热门文章
JBPM学习(五):流程变量
page cache 与free
php扩展SeasLog应用于 yii2 组件
进阶之初探nodeJS
Spring AOP中的动态代理
Windows下Python读取GRIB数据
CSS页面渲染优化属性will-change
JavaScript中this的指向问题
浅谈Socket长连+多线程
Android SVG矢量资源的使用方法
Copyright © 2011-2022 走看看