Avoid the Temptation of Header-Only Libraries
Introduction One thing that occurs in most programming languages is the desire to have type-generic code, that is code whose purpose or algorithms don’t depend on the type of data. Continue reading Avoid the Temptation of Header-Only Libraries
