-
Updated
Aug 13, 2020 - JavaScript
{{ message }}
Sample ASP.NET Core 3.1 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Full ASP.NET Core 3.1 application with DDD, CQRS and Event Sourcing concepts
Full Modular Monolith application with Domain-Driven Design approach.
Clean Code concepts adapted for TypeScript
Detect copy-pasted and structurally similar code
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
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
Architecture using .NET Core 3.1, ASP.NET Core 3.1, Entity Framework Core 3.1, C#, Angular 10, Clean Code, SOLID, DDD, Code Analysis, Docker and more.
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
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.
Plug and play react-native keyboard spacer view.
Conceitos de Código Limpo adaptados em JavaScript (Tradução PT-BR)
A small tutorial to show how to create a PHP application without a framework.
Android Sample Clean Architecture App written in Kotlin
CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
An organized learning path about Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture
Discover files in need of refactoring.
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>)}
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Project Guidelines for the Android Buffer App
Magic number detection for JavaScript
Pytorch easy-to-follow Capsule Network tutorial
Add a description, image, and links to the clean-code topic page so that developers can more easily learn about it.
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.