On 05/09/2011 14:44, Mirko Pilger wrote:
anyone has any other good API design resources to share.
http://www.amazon.com/API-Design-C-Martin-Reddy/dp/0123850037
At first I worried that this would be too C++ specific, but from what I
have seen in the example pages the opening chapters at least are pretty
general, with many ideas that are equally applicable to D and code that
is (for C++) quite readable. The later chapters do seem to depend on C++
very heavily however, so while they might contain some patterns that D
programmers can utilise or even improve upon, I suspect it may be harder
to translate.
Anyone out there to second this recommendation?
A...