Live data from Hacker News

Ask HN: What is important for a good library design?

news.ycombinator.com

1–2 of 2 posts

Ask HN: What is important for a good library design?

#1
I am currently planning on converting a huge chunk of code at my work into a separate Python library since we use that code quite often as a starting point for new projects and it grew organically which makes it sometimes a bit awkward to use. What are in your opinion important things to plan out in order to make the library as usable as possible and extensible in the future?