J
Jorgen Grahn
Joe Snodgrass skrev 2013-05-01 23:54:
Twenty years, so far. I'll tell you when I'm done.
The fun part is that when asked the classic question
"On a scale from 1-10, where Bjarne Stroustrup is a 10, how well do you
know C++?",
the answer is often 9 after 3 months, 8 after a year, and 7 after 5
years. I'm now probably down to 5 or 6.
But I suppose after 3 months, a year, 5 years, you worry less and less
about it.
Personally I feel the subset of C++ (or C++98) I know is enough, in
the sense that I can read all code I need to read, and I can express
the things I need to express efficiently in my own code. (Or at least,
that the things I cannot express elegantly couldn't be fixed using the
parts of the language I /don't/ know well.)
/Jorgen