delba / Log

An extensible logging framework for Swift
MIT License
830 stars 63 forks source link

codebeat badge #2

Closed korzonek closed 8 years ago

korzonek commented 8 years ago

Is it fine to add codebeat badge to README?

codebeat is automated code review tool for Swift,Ruby,Go & Python that helps get instant feedback on code quality.

"Quick wins" suggested by codebeat could be a nice candidate for a pull request and help other developers become contributors.

FYI. To be fully open and honest. I'm co-founder of codebeat.

delba commented 8 years ago

Hi @korzonek,

Thank you for the PR :smiley:

Codebeats looks like a great tool but I don't think it will be useful for this project. The code duplications it spotted (in the trace, info etc. methods) are just inevitable the arguments __FILE__ etc. have to be evaluated outside of the method.

korzonek commented 8 years ago

@delba you are probably right :) Well... please give a try to codebeat. We launched at the beginning of this year and we put a lot of love, passion and code to codebeat. We want to build the best automated code review tool for iOS :)

It would be super if you would share feedback with us. It will help us prioritise our backlog.

BTW... if you are interested in static analysis please check our documentation to learn more about how we do what we do :)