Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "codacy"
-
Codacy is cool!
It gives my code a grade. So it's like school and university, but much easier since I can just disable all the warnings and get an A.5 -
Code quality check punishes writing massive documentation strings due to "too many lines of code"
FML1 -
Anyone else suffering from CWE-126? (Buffer Over-read)
I'm struggling to find the right solution for fixing my issues with string operations.
Here's the Codacy report for those who want to see: https://app.codacy.com/manual/...
I'm creating more issues than fixing it. God damn it, C.3