All Projects → inkydragon → A-Philosophy-of-Software-Design-zh

inkydragon / A-Philosophy-of-Software-Design-zh

Licence: MIT license
A Philosophy of Software Design 《软件设计的哲学》中文翻译

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to A-Philosophy-of-Software-Design-zh

Alfredmagic
一个面向效率提升的中文Workflow
Stars: ✭ 178 (+3.49%)
Mutual labels:  chinese-translation
Akka Guide
🌴 A chinese guide of Akka, based on Java.
Stars: ✭ 217 (+26.16%)
Mutual labels:  chinese-translation
discussion
記錄有關繁化姬的議題或是內容
Stars: ✭ 33 (-80.81%)
Mutual labels:  chinese-translation
Elinux
嵌入式 Linux 知识库 (elinux.org) 中文翻译计划;本项目发起人发布了《360° 剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283
Stars: ✭ 193 (+12.21%)
Mutual labels:  chinese-translation
Nodejs Api Doc
📓Node.js API doc in Chinese
Stars: ✭ 210 (+22.09%)
Mutual labels:  chinese-translation
Awesome Nodejs Cn
nodejs优秀资源集
Stars: ✭ 230 (+33.72%)
Mutual labels:  chinese-translation
Linux Doc
Linux Documentation 中文翻译计划
Stars: ✭ 163 (-5.23%)
Mutual labels:  chinese-translation
awesome-cybersecurity-blueteam-cn
网络安全 · 攻防对抗 · 蓝队清单,中文版
Stars: ✭ 494 (+187.21%)
Mutual labels:  chinese-translation
Kivy Cn
A Chinese Translation of Kivy Programming Guide Based on Kivy 1.9.2 中文翻译Kivy开发文档
Stars: ✭ 219 (+27.33%)
Mutual labels:  chinese-translation
vertx-guide-for-java-devs-chinese-translation
Chinese Translation of A-gentle-guide-to-asynchronous-programming-with-Eclipse-Vert.x-for-Java-developers
Stars: ✭ 20 (-88.37%)
Mutual labels:  chinese-translation
Guido blog translation
翻译 Guido 的解析器系列文章
Stars: ✭ 200 (+16.28%)
Mutual labels:  chinese-translation
Pyqt5 Chinese Tutorial
PyQt5中文教程
Stars: ✭ 2,574 (+1396.51%)
Mutual labels:  chinese-translation
Cngolib.com
Go 标准库中文文档
Stars: ✭ 235 (+36.63%)
Mutual labels:  chinese-translation
Docs Chinese
Fastify 中文文档
Stars: ✭ 183 (+6.4%)
Mutual labels:  chinese-translation
byte-of-python
《简明 Python 教程》V4.0c 2017 译本 /A Byte of Python 2017 Simplified Chinese Translation Edition
Stars: ✭ 604 (+251.16%)
Mutual labels:  chinese-translation
Netty 4 User Guide
Chinese translation of Netty 4.x User Guide. 中文翻译《Netty 4.x 用户指南》
Stars: ✭ 2,061 (+1098.26%)
Mutual labels:  chinese-translation
Laravel Docs
Laravel 中文文档
Stars: ✭ 231 (+34.3%)
Mutual labels:  chinese-translation
mml-book-chinese
mml-book-chinese《Mathematics For Machine Learning》机器学习中的数学 中文版
Stars: ✭ 113 (-34.3%)
Mutual labels:  chinese-translation
LANraragi cn
This repo is a fork of Difegue / LANraragi , those things i've done was to translate this repo into chinese ,and fix chrome browser js problem.
Stars: ✭ 147 (-14.53%)
Mutual labels:  chinese-translation
ark-pixel-font
Open source Pan-CJK pixel font / 开源的泛中日韩像素字体
Stars: ✭ 1,767 (+927.33%)
Mutual labels:  chinese-translation

Build and Deploy

《软件设计的哲学》中文翻译

在线阅读:https://Cactus-proj.github.io/A-Philosophy-of-Software-Design-zh/

前言

斯坦福教授、Tcl 语言发明者 John Ousterhout 的著作《A Philosophy of Software Design》,自出版以来,好评如潮。按照 IT 图书出版的惯例,如果冠名为“实践”,书中内容关注的是某项技术的细节和技巧;冠名为“艺术”,内容可能是记录一件优秀作品的设计过程和经验;而冠名为“哲学”,则是一些通用的原则和方法论,这些原则方法论串起来,能够形成一个体系。正如”知行合一”、“世界是由原子构成的”、“我思故我在”,这些耳熟能详的句子能够一定程度上代表背后的人物和思想。用一句话概括《A Philosophy of Software Design》,软件设计的核心在于降低复杂性。

目录

本地开发 & 阅读

本项目基于 VuePress 进行开发,以提供比 Github Mardown 更佳的阅读体验

依赖于 node.jsyarnvuepress 等环境

git clone https://github.com/Cactus-proj/A-Philosophy-of-Software-Design-zh.git
cd A-Philosophy-of-Software-Design-zh/
yarn install    # 安装 VuePress@next
yarn dev        # 编译并打开网页预览

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].