Giter Site home page Giter Site logo

spsdk's Introduction

SPSDK stand for Structural and Proxy SDK

It has 2 main objectives:

UI Structure

Help build an efficient application structure with a good mix between this ideas:

  • Modifiable: if the needs change it should be easy to adapt the code that was already written
  • Ease of access: A new developer should not be lost too long when arriving, and be able to create new features fast
  • Fast development: A new standard feature to develop should be sdk-guided to be extremely fast (a new list, ...)
  • Adaptable: Every specific and unexpected feature should be possible to implement without hacks around this SDK

It comes with this ideas in mind:

  • Losely coupling : strong coupling is the ennemy of reusable, modifiable and adaptable code
  • Less configuration as possible: config is the ennemy of specificities

Library loosely coupled

Provide access to always required functionnalities such as Network access, Image loading, Bus, serialization...

For the most efficiency related critical sdk ( I name query & image) this SDK should not force a mate-SDK but let the developer choose. To do so, the SPSDK will expose only a proxy to the other SDK, it will not do anything itself.

spsdk's People

Contributors

bdelville avatar

Watchers

 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.