suture
Code refacer
A tool to help refactor poorly understood code in Ruby by introducing clear entry points and minimizing side effects.
🏥 A Ruby gem that helps you refactor your legacy code
1k stars
24 watching
29 forks
Language: Ruby
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool that analyzes Ruby code for common design flaws and suggests improvements. | 0 |
| Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
| An interactive search and replace tool for refactoring code without anxiety. | 17 |
| Tools to search and refactor Ruby code directly in its abstract syntax tree | 256 |
| Identifies highly coupled classes and class cycles in Java codebases to prioritize refactoring efforts. | 459 |
| Helps identify unused or unreachable code in Ruby-based web applications | 901 |
| A collection of Ruby classes and methods to simplify and enhance code writing. | 34 |
| An editor extensibility tool for evaluating and recording the results of each line of Ruby code | 1,310 |
| A tool for testing Ruby libraries against different versions of dependencies in repeatable scenarios. | 1,274 |
| A guide to producing readable, reusable, and refactorable Ruby software following principles from Clean Code by Robert C. Martin. | 1,594 |
| Simplifies the creation of Domain Specific Languages (DSLs) in Ruby by providing a way to treat methods as a DSL and handle code extraction with local variable access | 418 |
| An analysis tool that compares code at different levels to identify structural similarities and differences. | 741 |
| An analysis tool to help identify bottlenecks in test suites and improve their performance. | 1,893 |
| A Ruby tool to transform source code using Abstract Syntax Trees (ASTs) and parse trees | 47 |
| An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,130 |