Best Practices of API design in C++
We all know that writing large applications in C++ is a complex and tricky business. However, designing reusable C++ interfaces that are robust, stable, easy to use, and durable is even more difficult. Elegant and robust API design is a critical aspect of contemporary software development. Interfaces are the most important code that you write because a problem with your interface is far more costly to fix than a bug in your implementation
No comments:
Post a Comment