bxcodec / go-clean-arch

Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
MIT License
9.06k stars 1.19k forks source link

Remove not informative comments #51

Closed Bogdaan closed 1 year ago

Bogdaan commented 4 years ago

This code looks better without comments

A comment is a failure to express yourself in code.
If you fail, then write a comment; but try not to fail.

bxcodec commented 1 year ago

How about applying the GolangCI linter? Can you help to implement it, will be happy to accept the PR