-
Updated
Sep 29, 2020 - PHP
#
refactor
Here are 108 public repositories matching this topic...
Discover files in need of refactoring.
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
Sep 18, 2020 - Go
A package to help you clean up your controllers in laravel
-
Updated
Sep 16, 2020 - PHP
Design Pattern that described by Python, This is the source code for the book of Everybody Know Design Patterns.
python
adapter
design-pattern
factory
observer
clone
command
proxy
filter
iterator
composite
callback
mediator
singleton
decorator
strategy
refactor
responsibility
objectpool
principle
-
Updated
Sep 14, 2019 - Python
convert files from gbk encoding to utf-8 or rename packages including java source codes and any type configuration files
-
Updated
Jun 28, 2019 - Java
Refactoring Kata:涵盖所有重构手法练习的栗子和测试。重构刻意练习。
-
Updated
Aug 23, 2018 - Java
[UNMANTAINED]. Simple app to time your Rubik's Cube solves
-
Updated
Aug 29, 2018 - JavaScript
Programming in the next paradigm -- your way
-
Updated
Sep 21, 2020 - Perl
Golang source code parsing, usage like reflect package
-
Updated
May 5, 2020 - Go
Starting code and proposed solution for Functional Structures Refactoring Kata
functional
kata
deliberate-practice
functional-programming
composition
monad
functor
category-theory
refactor
applicative
-
Updated
Jul 15, 2020 - C#
Forkman helps fork and re-brand projects
-
Updated
Aug 10, 2020 - Shell
A better way to do CanCanCan ability classes.
ruby
rails
security
permissions
acl
optimize
namespace
policy
authorization
cancancan
authorisation
cancan
refactor
authorization-middleware
ability
warhol
-
Updated
Dec 5, 2017 - Ruby
line-bot refactor use oop (design pattern)
-
Updated
Jan 3, 2019 - Python
Incomprehensible Finder Refactoring Kata Scala
refactoring
java
testing
scala
news
kata
sbt
functional-programming
example
fp
codelytv
barcelona
refactor
guru
scalatest
incomprehensible
finder-refactoring-kata
-
Updated
Mar 6, 2019 - Scala
Atom package including a set of refactoring tools for Ruby On Rails.
-
Updated
Jun 14, 2018
StevenKowalzik
commented
Feb 6, 2020
At the moment the html is accessed from the cache, then scraped. This leads to long loading times, even though a cache is used. Instead the data itself should be cached and html should only be requested and scraped if the cache exceeds the TTL.
重写redux,并针对性做出一些优化,简化, 完美支持周边生态 (Aim to optimize Redux, simpler , eleganter)
-
Updated
Oct 2, 2017 - JavaScript
Improve this page
Add a description, image, and links to the refactor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the refactor topic, visit your repo's landing page and select "manage topics."


User story
As an API producer and consumer,
I want to declare and store
eslint-plugin-crcreport options in a configurationIn order to commit standards to version control.
Acceptance criteria
1. All
eslint-plugin-crc(aliascrc) command-line Options can be serialized as:1.1.
JSON{ "crc/report-output": "/path/to/crc-report.md",