hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
290 stars 24 forks source link

General Standards: Programming Best Practices Manual / Style Guide #296

Open hhstore opened 3 years ago

hhstore commented 3 years ago

related:

hhstore commented 3 years ago

编程统一规范:

Google search keywords:


style guide github

google style guide github
uber style guide github

...

大厂规范:

Google:

uber:

alibaba:

ref:

工具:

hhstore commented 3 years ago

数据库:

1. Timestamp vs Datetime 字段类型:

2. 事务隔离级别:

hhstore commented 3 years ago

网络:

1. HTTPS:

2.

hhstore commented 3 years ago

system design:

api 接口定义规范:

api-gateway(网关):

消息队列:

分布式 ID:

hhstore commented 3 years ago

前端规范:

js 规范:

设计风格:

hhstore commented 3 years ago

devops:

hhstore commented 3 years ago

编程语言:

golang:

dart/flutter:

rust:

python:

hhstore commented 3 years ago

安全规范:

安全防范:

反攻击:

hhstore commented 3 years ago

缓存规范:

hhstore commented 3 years ago

通用中间件: