Scott Meyers
Scott Douglas Meyers (born April 9, 1959) is an American author and software consultant, specializing in the C++ computer programming language. He is known for his Effective C++ book series. He was a frequent speaker at conferences and trade shows until announcing his retirement from active involvement in C++ on December 31, 2015.[1] He holds a Ph.D. in computer science from Brown University and an M.S. in computer science from Stanford University.[2]
He conceived and, with Herb Sutter, Andrei Alexandrescu, Dan Saks, and Steve Dewhurst, co-organized and presented the boutique (limited-attendance) conference, The C++ Seminar, which took place three times in 2001-2002. He also conceived and, with Sutter and Alexandrescu, co-organized and presented another boutique conference, C++ and Beyond[3] annually in 2010-2014.
In March 2009, Meyers was awarded the Dr. Dobb's Journal Excellence in Programming Award.[4]
Meyers has expressed opposition to asking programmers to solve design or programming problems during job interviews:
"I hate anything that asks me to design on the spot. That's asking to demonstrate a skill rarely required on the job in a high-stress environment, where it is difficult for a candidate to accurately prove their abilities. I think it's fundamentally an unfair thing to request of a candidate."[5]
In December 2015, Meyers announced his retirement from the world of C++.[6]
Publications
- 1992. Effective C++: 50 Specific Ways to Improve Your Programs and Designs. ISBN 0-201-56364-9[7][8]
- 1995. More Effective C++: 35 New Ways to Improve Your Programs and Designs. ISBN 0-201-63371-X
- 1998. Effective C++, Second Edition: 50 Specific Ways to Improve Your Programs and Designs. ISBN 0-201-92488-9
- 2001. Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library. ISBN 0-201-74962-9
- 2005. Effective C++, Third Edition: 55 Specific Ways to Improve Your Programs and Designs. ISBN 0-321-33487-6[9]
- 2010. Overview of The New C++ (C++11). Annotated training materials published by Artima Press. No ISBN.
- 2010. Effective C++ in an Embedded Environment. Annotated training materials published by Artima Press. No ISBN.
- 2014. Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14. ISBN 1-491-90399-6
References
- ↑ http://scottmeyers.blogspot.com/2015/12/good-to-go.html
- ↑ Venners, Bill (16 December 2002). "Multiple Inheritance and Interfaces: A Conversation with Scott Meyers, Part I". Artima.
- ↑ C++ and Beyond conference website
- ↑ "Dr. Dobb's 2009 Excellence in Programming Award"
- ↑ "How to Interview a Programmer" from Artima Developer
- ↑ "} // good to go"
- ↑ Prata, Stephen (2001-11-01). C++ Primer Plus. Sams Publishing. pp. 1029–. ISBN 9780672322235. Retrieved 4 July 2012.
- ↑ Allison, Chuck (May 1, 1999). "Review of Scott Meyers' Effective C++ Compact Disk". Dr Dobb's Journal. Retrieved 4 July 2012.
- ↑ "Effective C++, Third Edition". Slashdot. June 7, 2005. Retrieved 4 July 2012.
External links
- Official website
- The Keyhole Problem Paper in PDF format
|