-
Updated
Jan 21, 2021 - JavaScript
clean-code
Here are 1,085 public repositories matching this topic...
-
Updated
Jan 12, 2021 - C#
-
Updated
Nov 2, 2020 - C#
-
Updated
Jan 27, 2021 - C#
-
Updated
Jan 26, 2021 - TypeScript
-
Updated
Jan 26, 2021 - C#
-
Updated
Jun 18, 2019 - JavaScript
-
Updated
Dec 4, 2019 - Java
-
Updated
Feb 8, 2021 - C#
- PHPMD version: 2.9.1
- PHP Version: 7.4.10
- Installation type: composer
- Operating System / Distribution & Version: Windows 10 / Linux
Current Behavior
I'm trying to use exclude-pattern in a ruleset, but the same path doesn't work in windows/linux at the same time.
Usually I use a path like
<exclude-pattern>application/folder</exclude-pattern>
But, this only works for linux
Why not Hilt?
Why don't you use Hilt? Google says
Dagger and Hilt code can coexist in the same codebase. However, in most cases it is best to use Hilt to manage all of your usage of Dagger on Android.
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Dec 17, 2020
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Sep 12, 2020 - Kotlin
-
Updated
Jan 31, 2021
-
Updated
Jan 18, 2021 - Swift
-
Updated
Feb 8, 2021 - C#
-
Updated
Nov 30, 2020
-
Updated
Nov 27, 2020 - C#
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
Feb 6, 2021 - PHP
-
Updated
Oct 15, 2019 - Swift
-
Updated
Feb 8, 2021
-
Updated
Jan 2, 2021
-
Updated
Jun 22, 2020 - Shell
-
Updated
Nov 16, 2019 - JavaScript
Improve this page
Add a description, image, and links to the clean-code topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clean-code topic, visit your repo's landing page and select "manage topics."
Let's add MinVer and on successful builds generate a release.