-
Updated
Oct 6, 2020 - Ruby
refactoring
Here are 638 public repositories matching this topic...
-
Updated
Oct 15, 2020 - Python
-
Updated
Sep 28, 2020 - Python
-
Updated
Oct 16, 2020 - PHP
-
Updated
Jun 18, 2019 - JavaScript
-
Updated
Oct 1, 2019
-
Updated
Jan 9, 2020 - Java
-
Updated
Oct 11, 2020 - Python
-
Updated
Sep 21, 2020 - Vim script
-
Updated
Feb 19, 2020
-
Updated
Sep 3, 2020 - Python
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>)}
-
Updated
Oct 13, 2020 - Emacs Lisp
-
Updated
Oct 16, 2020 - OCaml
-
Updated
Oct 25, 2018 - JavaScript
-
Updated
Oct 15, 2020 - Scala
-
Updated
Oct 11, 2020 - PHP
-
Updated
Apr 17, 2017 - JavaScript
-
Updated
Sep 18, 2020 - Go
-
Updated
Aug 27, 2019 - Vim script
-
Updated
Dec 16, 2019 - C++
-
Updated
Sep 21, 2020 - Ruby
Add About Dialog
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
-
Updated
Oct 4, 2020 - Go
-
Updated
Feb 9, 2020 - Vim script
-
Updated
Aug 2, 2020 - Python
-
Updated
Sep 13, 2020 - JavaScript
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."



Currently PiranhaSwift APIs are specified using a properties file as shown here. It will be helpful to migrate this to use a json file so that more properties can be specified easily. For instance, it could be an array of
methodPropertieswhere themethodName,flagType,returnTypeandargumentIndexof the flag are s