Scott Meyers

From Wikipedia, the free encyclopedia

Scott Meyers is the author of several books on object oriented programming and especially the C++ computer programming language. He holds a Ph.D. in Computer Science from Brown University and M.S. in Computer Science from Stanford University.

Meyers is planning on writing a book titled The Keyhole Problem. The title refers to limitations on information visualization and human computer interaction caused by GUI elements that are not big enough to properly display their content, which can cause usability problems. These are visible keyholes. Invisible keyholes are caused by, for example, using too few bits to represent numbers, using signed vs. unsigned numbers, and restricted field sizes.

Among other points, Meyers has expressed opposition to asking programmers to solve design or programming problems during interviews, making him a minority in this camp:

"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."[1]

[edit] Bibliography

[edit] External links

In other languages