10 tips on how to build the perfect SDK

This post was born as a query of a friend of mine who thought there was not enough documentation on writing a good SDK that others can easily use.

In the last decade, SDK usage has become a major part of the development lifecycle. In fact it is so commonly used and integrated into products, that one would say developers need to acquire more knowledge with many frameworks rather than learning deep algorithms to implement by themselves.

This post is mainly addressed those who want to learn how to write the best SDK and supply documentation for it.

The goal/orientation of an SDK is that its documentation should be focused and clear.
If you feel there is more than one focus area - consider splitting it.



Below is a list which I hope would help you construct an SDK in a good way and writing its documentation:

1.     Learn what is out there
Try to see what your competitors or companies in similar domain as yours have done.
This may give you a point of reference. Take what you like and improve what you did not like.
2.     Simplicity
Code - simple code means your consumers find it easy to use. This might include as few as possible way to interact with your code, e.g. expose only one interface class; short method signatures, e.g. small number of input parameters; etc.
Except of initiation, which occurs once and might require some configuration, make the usage of your SDK methods as simple as possible.

As such -  try to keep method signature with as few parameters as possible.
You can achieve this by providing default configuration and default implementation classes, that can be overridden by advanced users.
Hide any class and method consumers don't need to use, i.e. make classes/methods public only if consumers must use them, otherwise use local or private scope. Some IDEs can help you do it automatically via code inspection and cleanup.
Documentation: Make your documentation as simple as possible. This means sometimes to write more explanatory text and sometimes write as less as possible. Inline code samples often help, as most humans learn by example.
3.     Provide an easy start - the way someone can use your code in less than 5 minutes. This is important as consumers want as little integration effort as possible, moreover, sometimes consumers want to evaluate your product, and without an ability to easily experiment with it, they would probably choose to skip it.
4.     Keep it short
This section is mainly relevant for documentation, but is also related to the ways the consumers can interact with the SDK code. In regards to documentation; this can be achieved by providing code samples and self-explanatory method names and using defaults.
5.     Integration - keep in mind the diversity of your consumers development environments.
For example, If you are writing an android library, the integration with it vary if your consumers user Android Studio with gradle (that requires aar artifacts and publishing to a remote repository) or they use Eclipse where you need to provide jar files, instruction about how to change the AndroidManifest.xml and a standalone eclipse project for the SDK.
This would impact your build mechanism & it's artifacts. However, don't try to win it all from day one. Do what fit most to your first client or to most of your predicted consumers.
6.     Sample project
Create the most basic project in GitHub that simulates a client that uses your SDK.
This would demonstrate your consumers how your product can fit their needs as well the easiest way to integrate with your product.  If you want to show an advanced usage, do it in another project. Often your consumers would use it as their main source of documentation, so provide inline comments and write code in a self-explanatory way as possible.
7.     Overview - in the beginning of the documentation or in the README.md file in the GitHub project, provide an overview about your solution in plain English. In this section, I usually like to provide a sample use case that will explain a typical SDK usage. If possible, provide a simple diagram or chart so people that don't like to read manuals, will see the benefit of your SDK quickly.
8.     Initiation - use conventions that are acceptable in the SDK domain.
It may be constructors with overload, build pattern or similar. The initiation should smartly use defaults in order to keep easy start.
9.     Defaults 
Defaults are important to keep code simplicity and reduce configuration (see the simplicity section). The defaults you provide (either configuration or implementation) shall represent the way you think most of the consumers will use your SDK.
You can provide several method overloading, where the simplest signature would call the more advance method signature with the default.
10. Publishing
  • Offline use non-editable format - PDF. Advantage is that you can easily create one, store it locally in Dropbox and for each update, the version is updated automatically.
  • Online - your corporate website. This is the preferred way, however, it might create a hassle of some IT overhead when you update it.


Hope those guildelines helps. Feedback is more than welcome.

photo credit

Comments

  1. Different guidelines and instructions have been included for the success of the people. All the moments of the joy and best british essays
    have been embraced with the help of the powerful and authentic terms for the use of the norms for the patterns for the individuals.

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete
  3. Thanks for sharing, nice post! Post really provice useful information!

    Hương Lâm với website huonglam.com.vn hay còn gọi là công ty Hương Lâm chuyên bán buôn máy photocopy tại web huonglam.com.vn uy tín hàng đầu huong lam với website cung cấp máy photo cho mọi nhà.

    ReplyDelete
  4. Thank you to the author for such an amazing UK Assignment Help content. that was a good approach to share the tips .

    ReplyDelete
  5. Thank you! I've already used SDK in mobile apps here: https://scand.com/services/mobile-app-development/

    ReplyDelete
  6. SDK Comes with Support Back Up – Faster and Efficient Deployment. For more information visit Do my assignment UK

    ReplyDelete
  7. Need help for University Assignment? Contact us to get the most reliable and affordable academic help within a short time limit. Our professional academic writers have more than ten years experience in academic past papers. Need help for University Assignment

    ReplyDelete
  8. DumpsExpert is a Premium Supplier of Real Exam Questions and Certification Exam Dumps. DumpsExpert.com is the ultimate choice for IT students to pass their final exams in a quick time. https://www.dumpsexpert.com/F3-Exam-Dumps.html

    ReplyDelete
  9. Thanks for sharing these helpful tips. Maximizes Brand Credibility and Audience Reach. Allows Better Brand Control that Helps Mitigate Risks. Also, visit Do my university assignment for me. They deliver accurate and information content regarding the topic.

    ReplyDelete
  10. I had completely gothrow your post and it is full of innovative information.thanks for sharing this.
    Hire Java Developers

    ReplyDelete
  11. Great blog this is.Are you also searching for bsn writing services? Nursing writing site is the best solution for you.

    ReplyDelete
  12. Great blog this is.Are you also searching for Nursing case study writing help? we are the best solution for you. We are best known for delivering nursing case study writing services to students without having to break the bank.whatsapp us:+1-(951)-468-9855

    ReplyDelete

Post a Comment