-
Updated
Apr 28, 2021 - JavaScript
clean-code
Here are 1,190 public repositories matching this topic...
-
Updated
Apr 20, 2021 - C#
-
Updated
Apr 30, 2021 - C#
-
Updated
Apr 7, 2021 - C#
-
Updated
Mar 19, 2021 - TypeScript
-
Updated
Jan 26, 2021 - C#
-
Updated
Jun 18, 2019 - JavaScript
-
Updated
Dec 4, 2019 - Java
-
Updated
Apr 29, 2021 - C#
- PHPMD version: 2.10.0
- PHP Version: 8.0.3
- Installation type: composer
- Operating System / Distribution & Version: Ubuntu 20.04
Current Behavior
Getting "Avoid unused parameters such as '$createNewUser'" violation when declaring parameters in the constructor in php8.
Expected Behavior
No violation, as php8 introduces the possibility of declaring class prorieties in the
-
Updated
Oct 4, 2020 - JavaScript
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
Feb 11, 2021
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Sep 12, 2020 - Kotlin
-
Updated
Apr 24, 2021 - Swift
-
Updated
Nov 30, 2020
-
Updated
Apr 12, 2021 - C#
-
Updated
Jan 31, 2021
-
Updated
Feb 22, 2021 - 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 18, 2021 - PHP
-
Updated
Nov 30, 2020 - Dart
-
Updated
Feb 8, 2021
-
Updated
Oct 15, 2019 - Swift
-
Updated
Jan 2, 2021
In the past, I have used SolidStack.Core.Guards for guard clauses. This library allows the definition of own error messages which absolutely makes sense sometimes.
Is something similar planned for this lib in the future?
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.