439 skills found · Page 1 of 15
rectorphp / RectorInstant Upgrades and Automated Refactoring of any PHP 5.3+ code
emilybache / GildedRose Refactoring KataStarting code for the GildedRose Refactoring Kata in many programming languages.
openrewrite / RewriteAutomated mass refactoring of source code.
Pungyeon / Clean Go ArticleA reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
uber / PiranhaA tool for refactoring code related to feature flag APIs
EONRaider / Blackhat Python3Source code for the book "Black Hat Python" by Justin Seitz. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
sourcegraph / Awesome Code AIA list of AI coding tools (assistants, completions, refactoring, etc.)
YelpArchive / UndebtA fast, straightforward, reliable tool for performing massive, automated code refactoring
facebookincubator / BowlerSafe code refactoring for modern Python.
code-cracker / Code CrackerAn analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
EONRaider / Violent Python3Source code for the book "Violent Python" by TJ O'Connor. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
uber-go / GopatchRefactoring and code transformation tool for Go.
ferrislucas / PromptrPromptr is a CLI tool that applies plain language instructions to the filesystem. Instructions can utilize a liquidjs based templating system. Use cases include refactoring, code generation, and experimentation.
nicoespeon / AbracadabraJS & TS automated refactorings for the VS Code editor ✨ It's magic ✨
clojure-emacs / Clj Refactor.elA CIDER extension that provides powerful commands for refactoring Clojure code.
HugoMatilla / Refactoring SummarySummary of "Refactoring: Improving the Design of Existing Code" by Martin Fowler
ironcev / Awesome RoslynCurated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators
icsharpcode / NRefactoryNRefactory - Refactoring Your C# Code
pichillilorenzo / JavaScriptEnhancementsJavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.).
CodelyTV / Refactoring Code Smells Design Patterns♻️ Example projects illustrating Code Smells in order to apply Refactoring techniques