-
Updated
Jul 19, 2021 - Python
#
refactoring
Here are 780 public repositories matching this topic...
A framework for managing and maintaining multi-language pre-commit hooks.
refactoring
ruby
alternative
laboratory
lancew
observations
science
mismatch
ignore-blocks
candidate-behavior
behavior
scientist
rubygem
-
Updated
Jun 21, 2021 - Ruby
Awesome autocompletion, static analysis and refactoring library for python
-
Updated
Jul 25, 2021 - Python
Detect copy-pasted and structurally similar code
-
Updated
Jun 18, 2019 - JavaScript
《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护
-
Updated
Jul 7, 2021 - Java
A collection of resources to learn object-oriented programming and related concepts for PHP developers.
-
Updated
Dec 26, 2020
Some out-of-the-box hooks for pre-commit
-
Updated
Jul 25, 2021 - Python
Switch between single-line and multiline forms of code
-
Updated
Jul 17, 2021 - Vim script
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
Jul 7, 2021
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
refactoring
go
golang
firebase
cqrs
serverless
ddd
terraform
gcp
google-cloud
clean-architecture
hexagonal-architecture
firestore
-
Updated
Jun 29, 2021 - Go
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>)}
Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
-
Updated
Sep 3, 2020 - Python
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
Jul 14, 2021 - OCaml
Short and sweet LISP editing
-
Updated
Jul 6, 2021 - Emacs Lisp
PHP completion, refactoring, introspection tool and language server.
-
Updated
Jul 19, 2021 - PHP
Coca is a toolbox which is design for legacy system refactoring and analysis, includes call graph, concept analysis, api tree, design patterns suggest. Coca 是一个用于系统重构、系统迁移和系统分析的工具箱。它可以分析代码中的测试坏味道、模块化分析、行数统计、分析调用与依赖、Git 分析以及自动化重构等。
-
Updated
Jul 9, 2021 - Go
Refactoring and linting tool for Scala
-
Updated
Jul 16, 2021 - Scala
-
Updated
Oct 25, 2018 - JavaScript
A guide on how to write readable, reusable, and refactorable software
-
Updated
Apr 11, 2021 - JavaScript
Refactor Python using AI. ⭐ this repo and Sourcery Starbot will send you a PR
-
Updated
Jul 22, 2021
A different approach to code highlighting.
-
Updated
Feb 10, 2021 - Vim script
A Vim plugin to move function arguments (and other delimited-by-something items) left and right.
-
Updated
Jul 15, 2021 - Vim script
Rewrites source to reorder python imports
-
Updated
Jul 24, 2021 - Python
Open
Add About Dialog
14
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
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project
-
Updated
Dec 16, 2019 - C++
A vim plugin to perform diffs on blocks of code
-
Updated
Jan 11, 2021 - Vim script
Open
Chattiness flags
abhinav
commented
Apr 21, 2021
gopatch is completely quiet right now. We should add flags for verbosity.
Initial ideas:
-vflag for verbose mode where we'll list whether we changed files or not-lflag to list files that were changed only
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."

And, ideally, a configurable list of annotations denoting generated source or AST structures.
See #105 for the kind of issue this seeks to avoid, and the limitations of this fix.