Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: Objects are for People
|
Posted: Mar 5, 2002 2:34 PM
|
|
I think this meshes with my long-time belief that aesthetics in design and code are important too. If something is nice to look at (for example, having aligned curly braces :-), then it is much easier for humans (or even computer programmers) to work with. The computer doesn't care one bit, as long as it compiles, of course.
This same theme works its way up through to API design. If you see an ugly, bulky API (such as the Windows programming API!), you are inclined to dislike it and seek another, even if that one gets the job done. Of course, you often don't have a choice and have to take what you can get. I think over the last few years, API designs in general have been improving. This is probably do to competition in the market. Something that "just works" is no longer enough and that is good to see.
|
|