-
Updated
Aug 25, 2020 - Ruby
#
refactoring
Here are 610 public repositories matching this topic...
refactoring
ruby
alternative
laboratory
lancew
observations
science
mismatch
ignore-blocks
candidate-behavior
behavior
scientist
rubygem
A framework for managing and maintaining multi-language pre-commit hooks.
-
Updated
Aug 24, 2020 - Python
Awesome autocompletion, static analysis and refactoring library for python
-
Updated
Aug 5, 2020 - Python
Detect copy-pasted and structurally similar code
-
Updated
Jun 18, 2019 - JavaScript
Instant Upgrades and Instant Refactoring of any PHP 5.3+ code
-
Updated
Aug 29, 2020 - PHP
A collection of resources to learn object-oriented programming and related concepts for PHP developers.
-
Updated
Oct 1, 2019
《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护
-
Updated
Jan 9, 2020 - Java
Some out-of-the-box hooks for pre-commit
-
Updated
Aug 27, 2020 - Python
Switch between single-line and multiline forms of code
-
Updated
Jul 21, 2020 - Vim script
Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
-
Updated
Aug 9, 2020 - Python
An organized learning path about Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture
refactoring
learning
agile
tdd
clean-code
domain-driven-design
clean-architecture
software-development
hexagonal-architecture
solid-principles
cqrs-es
legacy-code
microservice-architecture
study-path
-
Updated
Feb 19, 2020
borislit
commented
Dec 11, 2019
Blocked By: wix/vscode-glean#97
Example:
class Foo extends Component {
render() {
return (<div>
{this.props.foo.map((bar) => <div>{bar.x}</div>)}
</div>)
}
}
Current:
const Foo = props => {
const foo = useRef();
const x = useRef();
return <div>
{foo.current.map(bar => <div>{x.current}</div>)}
Short and sweet LISP editing
-
Updated
Aug 18, 2020 - Emacs Lisp
A tool for structural code search and replace that supports ~every language.
javascript
refactoring
python
c
java
go
swift
rust
syntax
php
typescript
parsing
parser-combinators
linting
regex
reason
rewriting
search-and-replace
program-transformation
syntax-transformation
-
Updated
Aug 26, 2020 - OCaml
-
Updated
Oct 25, 2018 - JavaScript
Refactoring and linting tool for Scala
-
Updated
Aug 28, 2020 - Scala
PHP completion, refactoring, introspection tool and language server.
-
Updated
Aug 22, 2020 - PHP
A guide on how to write readable, reusable, and refactorable software
-
Updated
Apr 17, 2017 - JavaScript
A different approach to code highlighting.
-
Updated
Aug 27, 2019 - Vim script
Coca is a toolbox which is design for legacy system refactoring and analysis, includes call graph, concept analysis, api tree, design patterns suggest. Coca 是一个用于系统重构、系统迁移和系统分析的瑞士军刀。它可以分析代码中的 badsmell,行数统计,分析调用与依赖,进行 Git 分析,以及自动化重构等。
-
Updated
Jul 21, 2020 - Go
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project
-
Updated
Dec 16, 2019 - C++
Open
Add About Dialog
13
ironcev
commented
Nov 6, 2019
The About Dialog should roughly look like this:
The dialog cannot change its window size. Pick up a size that is not too small and not too big and can fit on a 14" laptop screen ;-)
About Tab
If there is an internet connection fetch the data from GitHub and VS Marketplace and
A Vim plugin to move function arguments (and other delimited-by-something items) left and right.
-
Updated
Aug 24, 2020 - Ruby
A vim plugin to perform diffs on blocks of code
-
Updated
Feb 9, 2020 - Vim script
Atom IDE package that integrates the Serenata server to provide PHP code assistance
-
Updated
Jul 16, 2020 - JavaScript
Rewrites source to reorder python imports
-
Updated
Aug 2, 2020 - Python
Rename anything
-
Updated
Jul 23, 2020 - Python
Improve this page
Add a description, image, and links to the refactoring topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the refactoring topic, visit your repo's landing page and select "manage topics."

SwiftSyntax is at version 5.2 (release tag is 0.50200.0). Piranha uses the 5.1 version and this may be causing issues to users who are on the latest versions of Xcode. See compatibility error here.
This issue is to upgrade PiranhaSwift to use the latest version.