-
Updated
Oct 18, 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
Architecture using .NET 5, ASP.NET Core 5, Entity Framework Core 5, C# 9, Angular 11, Clean Code, SOLID, DDD, Docker and more.
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 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.
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
Conceitos de Código Limpo adaptados em JavaScript (Tradução PT-BR)
Plug and play react-native keyboard spacer view.
Android Sample Clean Architecture App written in Kotlin
A small tutorial to show how to create a PHP application without a framework.
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
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean 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.
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.