All Projects → gdut-yy → Clean Code Zh

gdut-yy / Clean Code Zh

Licence: mit
《代码整洁之道》中文翻译

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Clean Code Zh

clean-code-php
Persian translation of clean code concepts in PHP | ترجمه فارسی مفاهیم کد تمیز در پی اچ پی
Stars: ✭ 38 (-76.83%)
Mutual labels:  clean-code, clean
Linqit
Extend python lists with .NET's LINQ syntax for clean and fast coding. Also known as PINQ.
Stars: ✭ 222 (+35.37%)
Mutual labels:  clean, clean-code
riblet-sample
A sample to represent Uber Riblets design pattern using Swift.
Stars: ✭ 42 (-74.39%)
Mutual labels:  code, clean
birthday.py
🎉 A simple discord bot in discord.py that helps you understand the usage of SQL databases
Stars: ✭ 30 (-81.71%)
Mutual labels:  clean-code, clean
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (+90.85%)
Mutual labels:  clean, clean-code
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (-12.8%)
Mutual labels:  clean
Clean Code Java
Clean Code concepts adapted for Java. Based on @ryanmcdermott repository.
Stars: ✭ 155 (-5.49%)
Mutual labels:  clean-code
Clean Code Javascript
Conceitos de Código Limpo adaptados em JavaScript (Tradução PT-BR)
Stars: ✭ 2,241 (+1266.46%)
Mutual labels:  clean-code
Go Ethereum Code Analysis
No description or website provided.
Stars: ✭ 2,032 (+1139.02%)
Mutual labels:  code
Restrictedpython
A restricted execution environment for Python to run untrusted code.
Stars: ✭ 163 (-0.61%)
Mutual labels:  code
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (-3.05%)
Mutual labels:  code
Swiftcolorgen
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors
Stars: ✭ 152 (-7.32%)
Mutual labels:  code
Awesome Denoise
All latest image/burst/video Denoising papers with code & citation published in top conference and journal.
Stars: ✭ 145 (-11.59%)
Mutual labels:  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 (+1114.63%)
Mutual labels:  clean-code
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+1190.85%)
Mutual labels:  code
Android Clean Architecture
Showcasing a Clean Architecture approach from our Android applications framework!
Stars: ✭ 160 (-2.44%)
Mutual labels:  clean-code
Cleanarchitecture.workerservice
A solution template using Clean Architecture for building a .NET Core Worker Service.
Stars: ✭ 142 (-13.41%)
Mutual labels:  clean-code
Clean Webpack Plugin
By default, this plugin will remove all files inside webpack's output.path directory, as well as all unused webpack assets after every successful rebuild.
Stars: ✭ 1,888 (+1051.22%)
Mutual labels:  clean
Aura Theme
💅 A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (-3.05%)
Mutual labels:  code
Ssti Payloads
🎯 Server Side Template Injection Payloads
Stars: ✭ 150 (-8.54%)
Mutual labels:  code

Clean-Code-zh

《代码整洁之道》中文翻译

在线阅读:http://gdut_yy.gitee.io/doc-cleancode/

前言

Index

本地开发 & 阅读

本项目基于 vuepress 进行开发,以提供比 github markdown 更佳的阅读体验

依赖于 node.jsyarnvuepress 等环境

# vuepress
yarn global add vuepress

# 本地开发
git clone https://github.com/gdut-yy/Clean-Code-zh.git
cd Clean-Code-zh/
yarn docs:dev

# 本地阅读
http://localhost:8080/doc-cleancode/

更多书籍

https://github.com/xx-zh/xx-zh-roadmap

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].