clean-go-article
Code guide
A resource for writing clean and maintainable Go code
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
3k stars
55 watching
195 forks
last commit: about 2 years ago
Linked from 2 awesome lists
clean-codecoding-guidelinesgogolangsoftware-craftersstyle-guide
Related projects:
Repository | Description | Stars |
---|---|---|
| A comprehensive resource for understanding the inner workings of the Go programming language | 7,836 |
| A guide to producing readable, reusable, and refactorable PHP software following best practices from Robert C. Martin's book Clean Code. | 12,302 |
| Adapts clean code principles from Robert C. Martin's book Clean Code to TypeScript for software development guidance. | 9,336 |
| Guides software developers in writing readable and maintainable JavaScript code based on clean coding principles. | 91,944 |
| A stricter Go formatting tool to enforce a more consistent coding style | 3,385 |
| An implementation of Clean Architecture in Go projects | 9,291 |
| A Golang project template that follows Clean Architecture principles to structure and organize codebases. | 6,372 |
| A repository of thousands of Go examples and exercises to help developers learn the language by fixing and solving problems. | 18,987 |
| A comprehensive guide to secure coding practices for the Go programming language | 4,881 |
| A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. | 4,476 |
| A Go-based software project demonstrating the clean architecture pattern and its folder structure for structuring and organizing codebases. | 131 |
| A comprehensive and opinionated Go source code linter that provides checks for bugs, performance, and style issues. | 1,867 |
| A comprehensive guide to optimizing Go code for performance | 10,698 |
| A programming language designed to build simple, reliable, and efficient software | 124,564 |
| An autocompletion daemon for the Go programming language | 5,014 |