[]RSS

About Archives Artwork Comic Contact Philosophy Projects Tags

3 types of C++ programmers

[Comment]

October 9th, 2007 in Ideas

I realized a few weeks ago that there are at least 3 design paths C++ programmers can take:

  • Fusion, you mix C and C++
  • Mr. Object. You like deep trees of C++ objects
  • Object Zen. You use objects, but avoid the depths of purgatory. 1
  • Template-dude. You think in meta, and apply generic C++ (templates and such)

Who are you? Which styles did I miss?

  1. Added for Steve