Posts categirized with "Clean-Code"

How To Write Maintainable Go Code?

How To Write Maintainable Go Code?

Keep `main` small, use meaningful names, avoid repetition and deep nesting, prefer switch cases, and refactor continuously