GithubHelp home page GithubHelp logo

sdkspec's Introduction

Qiniu Cloud Storage SDK Specification

Qiniu Logo

语言差异性

  • 命名风格:不同语言可以有不同的命名风格。本规范主要按类 Golang 风格进行描述(但不完全是)。
  • 名字空间:有的语言没有 package(namespace),通常通过名字前缀来表达。
  • 构造函数:有的语言没有构造函数,通过 NewXXX 函数来表达。本规范因为按 Golang 风格,构造函数也是用 NewXXX 进行描述。
  • 函数重载:有的语言没有函数重载,通过 XXXYYY 形式命名,其中 XXX 是功能,YYY 是不同重载函数的区分段。支持函数重载的语言没有 YYY 段。
  • 函数多返回值:有的语言不支持返回多个返回值,也不支持返回元组(tuple)。

各个语言的 SDKSpec

sdkspec's People

Contributors

xushiwei avatar why404 avatar chzyer avatar lintianzhi avatar icattlecoder avatar wangtuanjie avatar rwifeng avatar xuzhaokui avatar

Stargazers

maoobo avatar 邦邦 avatar becool avatar node avatar haipeng avatar PaulZeng avatar Ourai L. avatar Rohen avatar Hardy avatar gostar avatar sharper avatar Xiaoyu avatar 蔡月樵 avatar Yang He avatar  avatar SunLn avatar Will Wen Gunn avatar SIER avatar LI Daobing avatar cz avatar Bai Long avatar  avatar

Watchers

fire9 avatar sharper avatar Lishi He avatar  avatar James Cloos avatar Bai Long avatar maoobo avatar maolifu avatar Landy avatar Hardy avatar  avatar

sdkspec's Issues

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.