Better Code Box
Local, expandable, and powerful tool for finding issues and code smells in your codebase.
No Cloud Tracking, No Data Mining, No Ads, No Cost.
We are making this tool to ensure our code is more maintainable and readable. We are using this tool to improve our code quality and we hope you will find it useful too.
Latest Release
Current Analyzers
- Duplicate Code - Find duplicate code in your codebase.
- File Length - Find files that are too long.
- Method Length - Find methods that are too long.
- Method Block Complexity - Find methods that are too complex from a block/branch perspective.
- Method Parameter Count - Find methods that have too many parameters.
- Method Block Depth - Find methods that are too deep from a block/branch perspective.
- Test Coverage - Find methods that are not covered by tests. (Not Ready For Production)