All Projects → clean-code-php → Similar Projects or Alternatives

211 Open source projects that are alternatives of or similar to clean-code-php

Linqit
Extend python lists with .NET's LINQ syntax for clean and fast coding. Also known as PINQ.
Stars: ✭ 222 (+484.21%)
Mutual labels:  clean-code, clean
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (+723.68%)
Mutual labels:  clean-code, clean
Clean Code Zh
《代码整洁之道》中文翻译
Stars: ✭ 164 (+331.58%)
Mutual labels:  clean-code, clean
birthday.py
🎉 A simple discord bot in discord.py that helps you understand the usage of SQL databases
Stars: ✭ 30 (-21.05%)
Mutual labels:  clean-code, clean
Cleaner 42
Only for 42Network schools, Cleaner_42 script is linked to cclean command/program, and it saves you some memory space.
Stars: ✭ 186 (+389.47%)
Mutual labels:  clean
Typescript Clean Architecture
It is my attempt to create Clean Architecture based application in Typescript
Stars: ✭ 225 (+492.11%)
Mutual labels:  clean-code
Bookmarks
🔖 +4.3K awesome resources for geeks and software crafters 🍺
Stars: ✭ 210 (+452.63%)
Mutual labels:  clean-code
Kross Hugo
Kross Creative Portfolio Template
Stars: ✭ 172 (+352.63%)
Mutual labels:  clean-code
permacoop
Open source and eco design ERP solution reserved for worker-owned business.
Stars: ✭ 167 (+339.47%)
Mutual labels:  clean-code
IncredibleTextAdventure
No description or website provided.
Stars: ✭ 19 (-50%)
Mutual labels:  clean-code
Coroutines Flows Modularised
Clean Architecture Modular Project: MVVM + Coroutines+ Flows + Dagger2 + LiveData + UnitTests + UITests + MockWebServer
Stars: ✭ 166 (+336.84%)
Mutual labels:  clean-code
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+500%)
Mutual labels:  clean-code
djburger
Framework for safe and maintainable web-projects.
Stars: ✭ 75 (+97.37%)
Mutual labels:  clean-code
Abool
💡 Atomic Boolean library for cleaner Go code, optimized for performance yet simple to use.
Stars: ✭ 225 (+492.11%)
Mutual labels:  clean-code
dobbi
An open-source NLP library: fast text cleaning and preprocessing
Stars: ✭ 21 (-44.74%)
Mutual labels:  clean
Clean Code Javascript
🛁 Адаптированные для JavaScript концепции Чистого кода
Stars: ✭ 187 (+392.11%)
Mutual labels:  clean-code
gulp-cleanhtml
remove unneeded whitespaces, line-breaks, comments, etc from the HTML.
Stars: ✭ 19 (-50%)
Mutual labels:  clean
Clean Code Javascript
🛁 Clean Code cho Javascript: một số lời khuyên để giữ cho code js của bạn luôn sạch sẽ thơm tho 💪 💪 💪
Stars: ✭ 166 (+336.84%)
Mutual labels:  clean-code
refactoring-koans-js
Refactoring Koans to help you learn to refactor code smells in javascript
Stars: ✭ 15 (-60.53%)
Mutual labels:  clean-code
birthtalk
Meet who have birth common with you
Stars: ✭ 36 (-5.26%)
Mutual labels:  clean-code
Android Clean Architecture
Showcasing a Clean Architecture approach from our Android applications framework!
Stars: ✭ 160 (+321.05%)
Mutual labels:  clean-code
Clean Code Java
Clean Code concepts adapted for Java. Based on @ryanmcdermott repository.
Stars: ✭ 155 (+307.89%)
Mutual labels:  clean-code
Cleanarchitecture.workerservice
A solution template using Clean Architecture for building a .NET Core Worker Service.
Stars: ✭ 142 (+273.68%)
Mutual labels:  clean-code
go-monolith-example
Example Go monolith with embedded microservices and The Clean Architecture
Stars: ✭ 186 (+389.47%)
Mutual labels:  clean-code
Write Readable Javascript Code
📖 All about writing maintainable JavaScript
Stars: ✭ 244 (+542.11%)
Mutual labels:  clean-code
Android Clean Architecture Mvvm Dagger Rx
Implemented by Clean Architecture, Dagger2, MVVM, LiveData, RX, Retrofit2, Room, Anko
Stars: ✭ 138 (+263.16%)
Mutual labels:  clean-code
Movieguide
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
Stars: ✭ 2,573 (+6671.05%)
Mutual labels:  clean-code
Alphalio
A clean HTML5 Resume/CV template
Stars: ✭ 23 (-39.47%)
Mutual labels:  clean
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+497.37%)
Mutual labels:  clean-code
harbor-cleaner
Clean images in Harbor by policies
Stars: ✭ 29 (-23.68%)
Mutual labels:  clean
common-coding-conventions
A concise and universal guide to clear software design.
Stars: ✭ 306 (+705.26%)
Mutual labels:  clean-code
Go Clean Architecture
👨‍💻 REST API example, built by following Uncle Bob’s clean architecture principles
Stars: ✭ 133 (+250%)
Mutual labels:  clean-code
Code Review Checklist
This code review checklist helps you be a more effective and efficient code reviewer.
Stars: ✭ 214 (+463.16%)
Mutual labels:  clean-code
clean-code-smells-and-heuristics
No description or website provided.
Stars: ✭ 20 (-47.37%)
Mutual labels:  clean-code
Ex check
One task to efficiently run all code analysis & testing tools in an Elixir project. Born out of 💜 to Elixir and pragmatism.
Stars: ✭ 198 (+421.05%)
Mutual labels:  clean-code
codeclimate-apexmetrics
ApexMetrics - Code Climate engine for Salesforce [DISCONTINUED use CC PMD instead)
Stars: ✭ 46 (+21.05%)
Mutual labels:  clean-code
Pywarm
A cleaner way to build neural networks for PyTorch.
Stars: ✭ 184 (+384.21%)
Mutual labels:  clean-code
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+21610.53%)
Mutual labels:  clean-code
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+5913.16%)
Mutual labels:  clean-code
clean architecture typescript example
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
Stars: ✭ 78 (+105.26%)
Mutual labels:  clean-code
cs.js
Computer Science Data Structures and Algorithms in JavaScript ( Node.JS, ES ) in simple, clean, reusable code
Stars: ✭ 86 (+126.32%)
Mutual labels:  clean-code
Clean Architecture Manga
🌀 Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
Stars: ✭ 3,104 (+8068.42%)
Mutual labels:  clean-code
Clean Go Article
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
Stars: ✭ 1,911 (+4928.95%)
Mutual labels:  clean-code
Tslint Clean Code
TSLint rules for enforcing Clean Code
Stars: ✭ 162 (+326.32%)
Mutual labels:  clean-code
php-best-practices
What I consider the best practices for web and software development.
Stars: ✭ 60 (+57.89%)
Mutual labels:  clean-code
Phpmd
PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.
Stars: ✭ 1,992 (+5142.11%)
Mutual labels:  clean-code
remove-files-webpack-plugin
A plugin for webpack that removes files and folders before and after compilation.
Stars: ✭ 48 (+26.32%)
Mutual labels:  clean
Clean Code Javascript
Conceitos de Código Limpo adaptados em JavaScript (Tradução PT-BR)
Stars: ✭ 2,241 (+5797.37%)
Mutual labels:  clean-code
Clean Code Javascript
🛁 Адаптированные для JavaScript концепции Чистого кода
Stars: ✭ 244 (+542.11%)
Mutual labels:  clean-code
Android Modular Architecture
📚 Sample Android Components Architecture on a modular word focused on the scalability, testability and maintainability written in Kotlin, following best practices using Jetpack.
Stars: ✭ 2,048 (+5289.47%)
Mutual labels:  clean-code
Codor
Custom PHPCS sniffs to find Code Smells
Stars: ✭ 40 (+5.26%)
Mutual labels:  clean-code
Php Programming Best Practices
Referencia para los desarrolladores de Tiendanube y para la comunidad de PHP.
Stars: ✭ 138 (+263.16%)
Mutual labels:  clean-code
Movies Kotlin Kata
Katas for practice Kotlin( Coroutines, dataclasses, delegate properties...) Clean Architecture and best practices in Android(DI, Dagger, MVP, Espresso) implemented by Jorge Sánchez (Xurxodev)
Stars: ✭ 240 (+531.58%)
Mutual labels:  clean-code
Genericdatasource
A generic small reusable components for data source implementation for UITableView/UICollectionView in Swift.
Stars: ✭ 127 (+234.21%)
Mutual labels:  clean-code
clean-code-javascript-ko
🛁 Clean Code concepts adapted for JavaScript - 한글 번역판 🇰🇷
Stars: ✭ 1,767 (+4550%)
Mutual labels:  clean-code
filestyle
filestyle is a Vim plugin that highlights unwanted whitespace and characters.
Stars: ✭ 30 (-21.05%)
Mutual labels:  clean-code
Baking App Kotlin
Android architecture sample with dynamic feature modularisation, clean architecture with MVI (Uni-directional data flow), dagger hilt, DFM Navigation, kotlin coroutines with StateFlow and Exo player.
Stars: ✭ 239 (+528.95%)
Mutual labels:  clean-code
Go Bank Transfer
Simple API for banking routines using a Clean Architecture in Golang. 💳 💰 💸
Stars: ✭ 123 (+223.68%)
Mutual labels:  clean-code
alphabetical-sorter
VScode extension - For variable alphabetical re-order
Stars: ✭ 30 (-21.05%)
Mutual labels:  clean-code
white-theme-vscode
Minimalist monochrome theme for Visual Studio Code
Stars: ✭ 66 (+73.68%)
Mutual labels:  clean
1-60 of 211 similar projects