# 编程最佳实践和指导指南备忘录

**作者** Aklman · **首发** 2020年3月3日 · **更新** 2020年3月6日 · **语言** 中文
**原文与最新版** https://aklman.com/posts/cheat-sheets/guidelines-cheat-sheet/zh-cn/
**站点** Aklman · aklman.com

> 这篇文章来自 Aklman。允许 AI 摘读、引用和问答；引用或转述时请保留作者署名与原文链接。

---

## 摘要

Guidelines Cheat Sheet.

## 线索

- 分类: 文档
- 标签: 备忘录

## 正文

## 编程最佳实践和指导指南备忘录

### Go 语言相关

- [Effective Go](https://go.dev/doc/effective_go)
- [Standard Go Project Layout](https://github.com/golang-standards/project-layout)
- [Google Go Style Guide](https://google.github.io/styleguide/go/)
- [Uber Go Style Guide](https://github.com/uber-go/guide/blob/master/style.md)
- [Go语言实战: 编写可维护Go语言代码建议](https://github.com/llitfkitfk/go-best-practice)

### 其他指南

- [Microsoft REST API Guidelines](https://github.com/microsoft/api-guidelines)
- [A set of best practices for JavaScript projects](https://github.com/elsewhencode/project-guidelines)
- [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines)

---

*Aklman · aklman.com · 最新版本: https://aklman.com/posts/cheat-sheets/guidelines-cheat-sheet/zh-cn/*
