Coder Social home page Coder Social logo

jxbframework's Introduction

JxbFramework

iOS组件框架,目前属于研发阶段,自己先踩踩坑。

主要解决目的:

1.降低框架耦合:目前创业型企业iOS人员比较少,所以iOS代码框架基本都是保持2个project,一个项目project,一个cocoapods project,当然业务复杂的公司早已做了组件化,这样维护成本也低。其实与业务无关的类库可以抽取出来,如果一直放在主工程中,不同的iOS开发人员维护,会导致耦合度的越来越高。

2.抽离出来的类库与业务无关,减少工程之间的依赖,工程搬到哪里都可以使用。

3.可以提高编译速度,维护某一个工程的时候,无需编译其他无关的工程。

4.在业务层也做组件化,业务更清晰,利用urlschema+protocol解耦。

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.