Designing a better API?

后端 未结 10 746
无人及你
无人及你 2021-02-04 18:07
  1. What are the best practices and patterns to be followed for designing APIs?
  2. How to achieve implementation hiding the best way (C++/Java)?
  3. Designing APIs
10条回答
  •  灰色年华
    2021-02-04 18:41

    Read Effective Java by Josh Bloch. The book is great for any Java programmer, but also addresses lots of issues surrounding the creation of a useful API.

提交回复
热议问题