Mondrian
Class refactoring tool
An analysis tool to help software developers identify and refactor tightly coupled classes using graph theory and abstraction.
A static php code analysis tool using the Graph Theory
397 stars
27 watching
22 forks
Language: PHP
last commit: over 3 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| An experimentation framework that allows developers to refactor and improve existing code without risk or breakages | 782 |
| A Java library that detects refactorings applied in the history of a project and generates Abstract Syntax Tree (AST) diffs at various levels. | 375 |
| Identifies highly coupled classes and class cycles in Java codebases to prioritize refactoring efforts. | 459 |
| A tool that applies refactorings to Haskell source files based on suggestions from a package. | 147 |
| Tools for safely performing common refactoring operations on PHP code | 29 |
| A guide and example project demonstrating the Functional River pattern for refactoring callback-based NodeJS/JavaScript code to use Promises and modular, functional programming. | 258 |
| A tool to visualize and compare the performance of different algorithms in real-time. | 53 |
| A comprehensive guide to refactoring and code improvement in Vue applications, covering best practices, code review, and common issues. | 98 |
| An interactive search and replace tool for refactoring code without anxiety. | 17 |
| Enables interaction with MongoDB in a functional and reactive style, integrating with Vertx-effect. | 0 |
| A C++ library for comparing the performance of alternative code paths. | 35 |
| Refactoring a legacy order flow application to improve maintainability and reliability by applying the tell don't ask principle and reorganizing the domain model. | 32 |
| An analysis tool for class dependencies and jar file relationships | 72 |
| Refactoring exercise to improve code organization and reduce complexity by addressing bad inheritance usage | 2 |
| Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance. | 1,770 |