-
Updated
Aug 13, 2020 - JavaScript
clean-code
Here are 884 public repositories matching this topic...
-
Updated
Aug 7, 2020 - C#
-
Updated
Jun 10, 2020 - C#
-
Updated
Aug 13, 2020 - C#
-
Updated
Jul 14, 2020 - TypeScript
-
Updated
Jun 18, 2019 - JavaScript
-
Updated
Dec 4, 2019 - Java
-
Updated
Jul 24, 2020 - C#
Description
Hello,
it would be awesome if you could enforce your own rules to your own code, because people could then have a look at it for reference.
I just opened up the very first file I came across and immediately saw multiple rule violations:
https://phpmd.org/rules/cleancode.html#elseexpression
https://github.com/phpmd/phpmd/blob/master/src/bin/phpmd#L25
https://github.com/phpm
-
Updated
Aug 17, 2020 - C#
-
Updated
Aug 7, 2020
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
Jun 21, 2018 - JavaScript
-
Updated
May 4, 2020 - JavaScript
-
Updated
Oct 17, 2019
-
Updated
Aug 5, 2020 - Kotlin
-
Updated
Jul 25, 2020 - C#
-
Updated
Aug 16, 2020 - Swift
-
Updated
Feb 19, 2020
-
Updated
Aug 12, 2020 - PHP
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 15, 2019 - Swift
-
Updated
Aug 15, 2020 - C#
-
Updated
May 19, 2020
-
Updated
Jun 22, 2020 - Shell
-
Updated
Nov 16, 2019 - JavaScript
-
Updated
Oct 4, 2019 - Jupyter Notebook
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.