Comment on The Duct Tape ProgrammerComments−GeneralMaximus16yMoral of the story: there is no silver bullet.Use some template magic when you need it, create sprawling class hierarchies if required and write tests if you think they are necessary. In the real world, purity is a liability, not an asset.
Comments
Moral of the story: there is no silver bullet.
Use some template magic when you need it, create sprawling class hierarchies if required and write tests if you think they are necessary. In the real world, purity is a liability, not an asset.