GithubHelp home page GithubHelp logo

write-maintainable-code's Introduction

Write-maintainable-code

  • 000-imgs [图片目录]
  • 001-代码简洁之道 [文件目录]
    • README.md
    • 每一章都可以总结出一句话.md
  • 002-编写可维护的JavaScript [文件目录]
    • README.md
  • 003-JavaScript高级程序设计
    • 005-引 用 类 型
      • 01-Object类型.md
      • 02-Array类型.md
      • 03-Date类型.md
      • 04-RegExp类型.md
      • 05-Function类型.md
      • 06-基本包装类型.md
      • 07-单体内置对象.md
      • 08-小结.md
    • 006-面向对象设计
      • 01-理解对象.md
      • 02-创建对象.md
      • 03-继承.md
      • 04-小结.md README.md
  • 004-PHP设计模式全集2018 [文件目录]
    • 01-创建型 [文件目录]
      • code [代码目录]
        • AbstractFactory.php
        • Builder.php
        • FactoryMethod.php
        • Multiton.php
        • Pool.php
        • Prototype.php
        • SimpleFactory.php
        • Singleton.php
        • StaticFactory.php
      • 01-抽象工厂模式(Abstract Factory).md
      • 02-建造者模式(Builder).md
      • 03-工厂方法模式(Factory Method).md
      • 04-多例模式(Multiton).md
      • 05-对象池模式(Pool).md
      • 06-原型模式(Prototype).md
      • 07-简单工厂模式(Simple Factory).md
      • 08-单例模式(Singleton).md
      • 09-静态工厂模式(Static Factory).md
    • 02-结构型 [文件目录]
      • code [代码目录]
        • Adapter.php
        • Bridge.php
        • Composite.php
        • DataMapper.php
        • Decorator.php
        • DependencyInjection.php
        • Facade.php
        • Flyweight.php
        • Proxy.php
        • Registry.php
      • 01-适配器模式(Adapter).md
      • 02-桥梁模式(Bridge).md
      • 03-组合模式(Composite).md
      • 04-数据映射模式(Data Mapper).md
      • 05-装饰模式(Decorator).md
      • 06-依赖注入模式(Dependency Injection).md
      • 07-门面模式(Facade).md
      • 08-流接口模式(Fluent Interface).md
      • 09-享元模式(Flyweight).md
      • 10-代理模式(Proxy).md
      • 11-注册模式(Registry).md
    • 03-行为型 [文件目录]
      • code [代码目录] - demo - ChainOfResponsibilities.php
        • Command.php
        • Iterator.php
        • Mediator.php
        • Memento.php
        • NullObject.php
        • Observer.php
        • State.php
        • Strategy.php
        • TemplateMethod.php
        • Visitor.php
      • 01-责任链模式(Chain Of Responsibilities).md
      • 02-命令行模式(Command).md
      • 03-迭代器模式(Iterator).md
      • 04-中介者模式(Mediator).md
      • 05-备忘录模式(Memento).md
      • 06-空对象模式(Null Object).md
      • 07-观察者模式(Observer).md
      • 08-规格模式(Specification).md
      • 09-状态模式(State).md
      • 10- 策略模式(Strategy).md
      • 11-模板方法模式(Template Method).md
      • 12-访问者模式(Visitor).md
    • 04-更多类型 [文件目录]
      • code [代码目录]
      • 委托模式(Delegation).md
    • 05-PHP基础知识
      • 01-垃圾回收机制
        • code
          • 01.php
        • README.md
      • 02-引用的解释
        • README.md
        • 官方的解释.md
      • 03-函数
        • code
          • Closure.php
          • fib.php
      • PHP之闭包详解.md
      • PHP匿名函数及闭包.md
      • PHP闭包 function() use().md
      • README.md
      • 回调函数.md
      • 闭包函数.md
    • README.md [PHP设计模式全集2018简介]
  • README.md [Write-maintainable-code Introduction]

write-maintainable-code's People

Contributors

meiyoufan avatar wuxiumu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.