API Design Principles - John Pavan - CppNorth 2023

preview_player
Показать описание
---

API Design Principles in Cpp - John Pavan - CppNorth 2023

It is important to write good APIs. They improve the adoption of your code and help prevent future maintenance issues. This talk will provide motivation for why good APIs are important, as well as discuss general principles that help improve API quality.
---

Sponsored By:
---

John Pavan

I'm currently am Engineering Team lead at Bloomberg LP. I'm passionate about API design and care deeply about helping others fulfill their potential.
---

CppNorth is an annual C++ conference held in Toronto, Canada.
---

#cppnorth #cpp #api #apidevelopment
Рекомендации по теме
Комментарии
Автор

I simply cannot believe that people are using anything other than C linkage on the API boundary. Using C++ types just leads to eventual misery, and is holding the language back because now nobody wants to break ABI.

rocknroooollllll