-
Updated
Apr 15, 2021 - JavaScript
{{ message }}
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Full Modular Monolith application with Domain-Driven Design approach.
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Clean Code concepts adapted for TypeScript
Detect copy-pasted and structurally similar code
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
.NET 5, ASP.NET Core 5, Entity Framework Core 5, C# 9, Angular 11, Clean Code, SOLID, DDD.
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
Conceitos de Código Limpo adaptados em JavaScript (Tradução PT-BR)
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.
Plug and play react-native keyboard spacer view.
Android Sample Clean Architecture App written in Kotlin
An organized learning path about Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture
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.
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
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>)}
Discover files in need of refactoring.
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
List of evergreen skills, based on software development best practices & cross-framework principles, that should serve as a fair assessment of skilled software engineers / developers
It would be nice to pass regular expression to the Guard.Against method where the expression is processed. Thinking further on the idea, I'm not sure how I would name these methods to help with readability.
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.