Slashdot Mirror


Is Programming Art?

chromatic writes "A constant question for software developers is 'What is the nature of programming?' Is it art or science? Does creativity or engineering lead the design and implementation of a program? John Littler talked to several well-known and well-respected programmers (including Guido van Rossum, Andy Hunt, Bjarne Stroustrup, Paul Graham, and Richard Stallman) to find their answers; he shares their thoughts and his own in Art and Computer Programming." From the article: "What the heck is art anyway, at least as most people understand it? What do people mean when they say 'art'? A straw poll showed a fair degree of consensus--art is craft plus a special degree of inspiration. This pretty much explains immediately why only art students and art critics at a certain sort of paper favor conceptual art. Conceptual art, of course, often lacks a craft component as people usually understand the term."

52 of 462 comments (clear)

  1. Not a fine art by fembots · · Score: 5, Insightful

    I think Richard Stallman put it quite nicely:

    "I would describe programming as a craft, which is a kind of art, but not a fine art. Craft means making useful objects with perhaps decorative touches. Fine art means making things purely for their beauty."

    When you have to take functionality into account, it often kills the artistic side of the creation.

    1. Re:Not a fine art by SIGALRM · · Score: 5, Insightful

      Since programming is an art, we ought to be able to classify types of programmers. Here is a start;

      The Picasso programmer: As a whole the system works, but each piece is a warped view of reality.

      The Jackson Pollack programmer: Throws code at the system, trying to see what works.

      The Georges Seurat programmer: When you step back from the system, you can see the overall pattern, but close up each piece is totally distinct from all of the others. (Actually, this is a pretty good description of OO design).

      The Michalangelo programmer: Has a grand, sweeping view of what the system should do, but each piece is done in such meticulous detail that it takes years to finish anything.

      --
      Sigs cause cancer.
    2. Re:Not a fine art by ShaniaTwain · · Score: 5, Insightful

      When you have to take functionality into account, it often kills the artistic side of the creation.

      That would mean that architecture, furniture design, etc lacks in the artistic side? I dont think this is the case at all - giving something functionality doesnt remove the artistic side, they complement each other and are not mutualy exclusive.

    3. Re:Not a fine art by Andrewkov · · Score: 1, Insightful
      In my experience, programmers who think programming is art tend to be bad programmers. Now before you get out your flamethrowers, hear me out. Good programmers working in a team environment, must be able to write code that is easy to understand by others, easy to debug, preferably be made of simple components, and the programmers must be able to follow directions and be predictable. I mean predictable in the sense that when you're reading their code, when faced with a certain problem, you can guess how they will solve it and easily follow their logic. On the other hand, programmers with an artistic mindset tend to get bored and look for new and creative ways to solve common problems. Or they change programming style half way through, or decide to stop commenting their code. Or worse, come up with overly complicated but neat ways of doing things, which makes debugging a nightmare.

      I'm sure there are artistic programmers out there doing great things, but in my experience, I would rather work with plodding, methodical people than creative geniuses. Of course, this wouldn't be true of all "genres" of programming, but probably true for most.

    4. Re:Not a fine art by Anonymous Coward · · Score: 1, Insightful

      I've never seen a better definition of art than this one...

      Art is a work, created by a craftsman, with the intent to communicate truth.

      Comes from this Posole blog post (with more specifics)...

      http://wohba.com/posole/2004/08/is-it-art.html

    5. Re:Not a fine art by Fentex · · Score: 2, Insightful

      I've always liked this definition of art: Art is anything that could be done a different way, the art is in the choice. So most of everything is some sort of art - you could always have chosen something different. Wether or not the art is of any interest to anyone else is a matter of context and opinion. Programming is an art in that choices have to made and they are informed by experience, training and inspiration.

    6. Re:Not a fine art by Jackmn · · Score: 2, Insightful

      A paintbrush can be employed in both a purely practical manner, and in a purely aesthetic manner. This does not affect the practicality of the end result. That is decided by the manner and intent with which the artist or tradesman employs it.

      The instructions in this case are not practical, since there is no practical intent behind them, nor is anything practical accomplished. The CPU, much like a paintbrush, is neither practical nor impractical on its own. It is simply a vessel through which the intentions of the programmer - practical or otherwise - are expressed.

    7. Re:Not a fine art by hesiod · · Score: 2, Insightful

      > If you'd have said [...] "Mazda Miata", then

      Then you'd be wrong. The Miata is a fugly car, IMO. The Z4 is OK looking, but the Miata was definitely built for women. It is far too small, has no spectacular features, and hasn't changed its basic style (which is certainly basic) since it was introduced, except for the depressed hood and headlight restyling in the 2nd Gens.

      It looks like a chopped-up Saturn!

  2. Drivel by bgog · · Score: 2, Insightful

    What a load of pseudo-intellectual drivel. Coders do what they must to get the job done. Some because it's a job and some because they love it.

    It's like a janitor contemplating whether a clean hall is art. Why not spend your time examining better methods of developing portable/maintainable code or something. I mean really, let's say you get your answer. "It is art" or "It isn't art", what has been accomplished other than the ability to puff up about what you do?

    This is no different than a bunch of tools contemplating what makes them l337.

    BTW I'm not arguing for or against whether it is art. I strike only on the sillyness of the question.

    1. Re:Drivel by slavemowgli · · Score: 4, Insightful

      If coders *only* do what they must to get the job done, then how do you explain Perl poetry, for example? What about Perl golf?

      How about things like quines, or programs that are valid and working programs in more than one language at once?

      Aren't these things art? If not, why not? A programming language is, per se, just a tool - just like a brush. You can use brushes to simply coat things with paint, and there are many people who do just that for a living; but you can also use them to create art. The same goes for programming languages, doesn't it?

      --
      quidquid latine dictum sit altum videtur.
    2. Re:Drivel by Tyler+Eaves · · Score: 4, Insightful

      What should problem happen is a split.

      Have to programs, "Comp Sci", which would remain what is is, and "Programming" which would focus much more on "real world" issues. Think of it kinda like Physics vs Engineering.

      --
      TODO: Something witty here...
    3. Re:Drivel by bgog · · Score: 2, Insightful

      Ok it's art. My point is that it's a question and classification that serves no useful purpose. I wasn't arguing that it isn't art.

    4. Re:Drivel by MissP · · Score: 2, Insightful

      Oh that's just BS. Janitors require skills, just not ones that need a lot of time to develop. SW engineers can, and are, replaced as easily as janitors. That is why outsourcing of programming jobs is proving so successful.

    5. Re:Drivel by Tim+C · · Score: 2, Insightful

      It's an interesting diversion to while away a few minutes with in between tasks, or over lunch or whatever. A rest for the mind, allowing it to return to more pressing matters refreshed. Isn't that purpose enough?

      If people only did that which served a useful purpose, life would be a much poorer thing, I think.

  3. Emotion? by Anonymous Coward · · Score: 3, Insightful

    For me, art must express some level of emotion. Good art communicates that which cannot be said.

    While Windows sometimes makes me cry, to what degree does programming convey emotion?

    1. Re:Emotion? by rbarreira · · Score: 2, Insightful

      Good art communicates that which cannot be said.

      So a book of poems or prose can never be good art?

      --

      The AACS key is NOT 0xF606EEFD628B1CA427BEA93A9CA9773F
  4. It's engineering by Anonymous Coward · · Score: 5, Insightful

    Same as usual, a bridge can be beautiful to look at, beautiful in how it copes with it's load etc, same as code, it's just people don't like looking at code as engineering for some reason.

    1. Re:It's engineering by yoha · · Score: 4, Insightful

      it's the architecture of a bridge that's art. the engineering is science.

    2. Re:It's engineering by JoshWurzel · · Score: 2, Insightful

      As a professional Mechanical engineer, I *hate* it when average code monkeys call themselves "software engineers". I'm sorry, but engineers perform analysis. *Mathemetical* analysis. Some software engineers do this: they develop algorithms to optimize code and prove that they work. Most programmers don't. I'm sorry, but if you don't analyze your work to prove that it works, you don't get to be an engineer. Having QA people push buttons until something breaks is testing, not analysis.

      Also, engineers have responsibility. I've spoken to high ranking programmers at prestigious silicon valley companies, and one actually said "I could put in code that EATS BABIES and I would never get fired for it. Even if someone went line by line through the code and caught it, I'd never get in trouble for it because we have so many levels that everything has to pass through and be signed off on."

      I don't understand that. If I designed some widget that exploded, I would get in trouble. Certified engineers have it even tougher, they can lose their license if they screw up. Engineers have responsiblity after their ship date, programmers don't seem to have that care.

      In short, it is not engineering. Its an art. A special kind of art, one that I cannot possibly perform, but art nonetheless.

    3. Re:It's engineering by CausticPuppy · · Score: 2, Insightful

      Consider great works of architecture... certainly, the simple task of building a bridge, or some building can result in the most straight-forward, brute-force application of a solution, but the results would not be as elegant or noteworthy..

      I don't think building a bridge can be considered "simple" but that's not my point.

      Expanding on the bridge / software analogy, a bridge would not be nearly as beautiful to look at if:

      1) The load requirement was doubled halfway through the project
      2) To pay for #1, you are asked to save money by building fewer support columns (which you've already constructed)
      3) 12 months after construction begins, the specs change and you must now include train tracks
      4) Near the end of the project: the customer just got new boats, and they won't fit under the bridge, can you make it a drawbridge? We can allow another 2 months for this last-minute addition...

      --
      -CausticPuppy "Of all the people I know, you're certainly one of them." -Somebody I don't know
    4. Re:It's engineering by Anonymous Coward · · Score: 1, Insightful

      I guess you don't know the right people. I am a software engineer. I went to a very well known engineering school, I know many of you so-called 'real' engineers. Sure there are lots of programmers out there that call themselves engineers, the difference is the process (as you stated). However, you seem to believe that there is no process that we follow. Why does it have to be a *Mathematical* analysis? When you are dealing with an extremely complex system, you simply cannot prove it one way or another. Instead we go through various layers of testing, both internal to the development process and outside by QA. The design is created, examined, probed to the utmost degree before any code is laid down. Just because we do not get a license doesn't mean there aren't repercussions if something goes wrong. If I write code that fails, it hurts my reputation, my companies' reputation and thus both of our ability to get work done. Depending on the contract, there could also be legal serious repercussions.

      So in summary, get off your high horse. If I am not an engineer, then neither are you. Probably the only people who can truely call themselves engineers by your definition are civil engineers with PE licenses.

  5. Similar: Is an essay art? by mister_llah · · Score: 4, Insightful

    If a well-composed essay is a form of art... I would have to say an efficient program is certainly a form of art.

    You just have to remember the appeal of art of this sort is MUCH smaller... you need to understand it to really enjoy it... and unlike abstract art or modern art (where very few understand it and very many say they do) ... you have very few who understand it... and not a lot of people who care a lick about it.

    So, yes, it is an art form... for a very small subset of the population.

    My two cents, anyway...

    --
    MoM++ - A Classic Expanded - [Master of Magic 1.5]
    http://mompp.sourceforge.net/
  6. The Perfect Slashdot Story by DanielMarkham · · Score: 4, Insightful

    Load up the cannons -- here's the perfect slashdot story: programming art or science?
    That's like a story that's titled, "Chocolate Ice Cream, better than Vanilla?"
    Art is subjective. If you believe that some part of science is subjective as well, then you understand that there is no easy answer to the question posed. If you think science has no subjectivity, then welcome to the food fight!

    Quality: It's a Numbers Game

  7. No, it's a craft by Linus+Torvaalds · · Score: 3, Insightful

    Art is aesthetic, not useful. While you can use those aesthetics for a useful purpose (e.g. selling it to people who appreciate those aesthetics), that doesn't mean it's intrinsically useful.

    Programming is a craft. It is useful, which distinguishes it from art. A certain sense of aesthetics, skill and experience is necessary to program effectively, which distinguishes it from merely being a profession.

    1. Re:No, it's a craft by crazyphilman · · Score: 2, Insightful

      If you think about it, programming is most similar to architecture or civil engineering. It has strong engineering elements, but at the same time, offers a tremendous amount of room for personal expression, and is one of those things in which talent matters more than anything else.

      Think about a large engineering project like the Brooklyn Bridge. The lead engineer designed the bridge to be not just functional but beautiful as well. Or consider something like the Guggenheim, in which the architect didn't just build a safe building, he built it in such a way that it would shape the way in which people could view the art it held.

      Software development works the same way. You're not just building something functional, you're shaping a user's experience, and creating something that is (hopefully) aesthetically pleasing.

      Of course, as I said, some talent is required, and as with most things, 99% of what you see is pure crap. There's one Guggenheim, but there are a million strip malls. But that's life I guess. ;)

      --
      Farewell! It's been a fine buncha years!
  8. CS is science. Design is art by AuMatar · · Score: 5, Insightful

    Computer science- the concepts of bits and bytes and memory addresses is a science. There is a right and wrong answer for pretty much everything. Its researchable and falsifiable.

    The design of a computer program is an art. There is no defined standard for what is or is not good design, its not falsifiable. And its not something that can be taught by rote in a college course. Picking the right design for your specifications and requirements is an art, and one that too few people really understand.

    --
    I still have more fans than freaks. WTF is wrong with you people?
  9. Of course it is ... by YankeeInExile · · Score: 2, Insightful

    ... there was no question in my mind. And, tying to another thread some months ago, it is what differentiates the mere coder from the true hacker. To draw an analogy to the painter: On the one hand you have Hank the Housepainter, and on the other hand you have Michelangelo. They both apply paint to surfaces, and as good a housepainter as Hank ever becomes, he will never be an artist.

    Similarly, designing a complex system looks to an outsider like merely writing one line of code after another. It is only when you step back and see how the lines of code merge into a subroutine, and subroutines coalesce into cogent modules, and these modules get connected together to become a useful system that you can see the art. One square centimeter of yellow paint is not art, that square in the middle of one piece in a series of paintings on a theme is.

    There are a lot more housepainters than artists. There are a lot more coders than there are hackers.

    --
    How does the Slashdot Effect happen given that no slashdotters ever RTFA?
  10. Re:Both! by Triggnus · · Score: 2, Insightful

    I agree. I feel that even the most menial chore can be done artistically. And there is a certain "art" to making code elegant and functional. The same applies to math, science and other highly techical things.

    --
    The belief that you know a thing is a most perfect way to prevent learning.
  11. The Recurring Three Words by Quirk · · Score: 2, Insightful
    Rigor

    from wikipedia:
    "Mathematical rigour is often cited as a kind of gold standard for mathematical proof. It has a history, being traced back to Greek mathematics, where it is said to have been invented. Complete rigour, it is often said, became available in mathematics at the start of the twentieth century. This relies on the axiomatic method, and the subsequent development of pure mathematics under the axiomatic umbrella. With the aid of computers, it is possible to check proofs mechanically; throwing the possible flaws back onto machine errors that are considered unlikely events. Indeed, mathematical rigour may be defined as amenability to algorithmic checking of correctness. Formal rigour is the introduction of high degrees of completeness by means of a formal language. Most mathematical arguments are presented as prototypes of formally rigorous proofs, on the grounds that too much formality may in fact obscure what is being said."

    Robustness

    from wikipedia:
    "In computing terms, robustness is reliability or being available seven days a week, twenty-four hours a day. Robustness is an important characterists of the internet because network design is a key factor in the availability of data."
    This also can translate into portability.

    Elegance

    from wikipedia:
    "The proof of a mathematical theorem is considered elegant if it is surprisingly simple yet effective and constructive; similarly, a computer program or algorithm is elegant if it uses a small amount of intuitive code to great effect."

    Euclidean Geometry was long thought to demonstrate all three qualities. If one wants to attribute art to elegance then programming can be said to be art.

    --
    "Academicians are more likely to share each other's toothbrush than each other's nomenclature."
    Cohen
  12. 2 more actualy by dnamaners · · Score: 2, Insightful

    B.) Like artists there appear to be quite a number of programmers that insist on making true crap and calling it "programing", while only a few make truly good programs.

    C.) and like art many people seem to actively pursue the work of some of these programmers and place high values on their works. However, they do so with little regard as to weather the works belong to the "crap" or the "skilled" categories.

  13. When it comes to art... by Shadow+Wrought · · Score: 2, Insightful

    Keep in mind that for every Monet, there's half a dozen Thomas Kincaides.

    --
    If brevity is the soul of wit, then how does one explain Twitter?
  14. It's not art by brkello · · Score: 3, Insightful

    A constant question for software developers is 'What is the nature of programming?' Is it art or science?

    Maybe I am a strange software developer, but these are not the questions going on through my mind at night. Maybe "how can I improve the design" or "what does the customer really want from this product" but usually it's "how can I get that cute girl back to my place". Seriously though, these people have too much time on their hands. I didn't RTFA, so it may be brilliant. But programming is definitely a science. The thing is, that as programmers, we can recognize beauty in the design and implementation of a program. In that sense, to us, it can be beautiful. We might say the programmer is so good that he is an artist. But this is true in any field. We have someone install our networks and truly, he is an artist. He takes the spaghetti of thousands of cables and makes it so neat and logical it would make an artist weep. But is it art? No...that's a stupid question.

    --
    Support a great indie game: http://www.abaddon360.com
    1. Re:It's not art by mjkjedi · · Score: 2, Insightful
      But programming is definitely a science. The thing is, that as programmers, we can recognize beauty in the design and implementation of a program.

      As you say, all scientists can find beauty in their field. And isn't recognizing beauty making an aesthetic judgement that suggests there is an artistic element in what's being judged? E.g., the most efficient algorithms may not be the most elegant. (Define "elegance" -- it's a subjective aesthetic judgement, just like beauty. That's not to say that subjectivity necessarily == art, though. But the aesthetic element certainly suggests art.)

      Furthermore, is science necessarily mutually exclusive with art? Remember, this art/science dichotomy is a fairly recent invention of western society. Sometime during the Enlightenment, I believe, we started deciding that they were separate things.

      I found the whole article a little strange, because the author didn't spend nearly enough time trying to pin down a solid definition of art, which is what the entire thing depends on. I think we all agree on what programming is -- we just don't agree on what art is.

  15. Programmers come from vastly different backgrounds by 5n3ak3rp1mp · · Score: 3, Insightful

    People who come to enjoy programming, in my experience, come from all sorts of backgrounds. I have met coders who were formerly big into music, or poetry, or photography, etc. I myself was a psych major (albeit a CS minor), which might explain my interface-nazi tendencies with regards to UI design ;) I couldn't be a CS major because I kept messing up ::cough:: flunking ::cough:: my "weedout" engineering calc classes (which were a CS requirement at my school), but in hindsight, I liked being able to take lots of electives. So, although I would be at a loss to create a new useful compression algorithm, and am probably not the BEST programmer out there, i really like to design and develop nice code/nice backend database schemas, that result in something that someone thinks is kickass.

    Unlike a lot of coder geeks I know, though, I got A's in advanced english classes, AND art classes ;) So I can actually document my own stuff pretty well, and I've been client-facing for a while so I know how to write courteous emails with lots of e-business-speak... ;)

    My boss at my former job used to play football and now codes. Can you imagine?!?! Football! While I spent summers geeking out, he was learning what a button-hook was. The horror. lol. (i pretty much have zero interest in sports. it seems like a lot of pointy-haired types do, though. oh well, to each his own)

    Meanwhile, the two coders I know who I used to secretly idolize because they actually WERE cs majors, got tired of coding and are now both getting MBA's (which seems like a boring thing to do, were I to do it). Their complaint was that coders get shit on at corporate jobs, and they were just tired of the whole design/code/test/deploy/debug/support cycle.

    Screw 'em, they also liked football ;)

    I know what they're talking about in the former case of feeling taken-advantage of (not to mention that I am TIRED, TIRED of working with Microsoft-only technology, from an ideological/stuck-in-the-Microsoft-bubble standpoint!), and my solution to that is probably going to happen soon. Take my savings, quit my corporate job (which has done nothing for my technical development lately) and code freelance for a while. Wish me luck (I'm a little nervous), I have a few ideas and I'll be starting by diving headfirst into Ruby/Rails and seeing where that takes me ;)

    Perhaps I'll never be a millionaire (or perhaps I will), but building stuff (the craft of it, and the type of creativity required at times) that someone else thinks is cool really floats my boat.

    Who cares what programming "is", as long as people stop frickin' stereotyping us. The only thing that all programmers have in common, is that they program. The rest of it, like the difficulty in dating the opposite sex, is just positive correlation ;)

  16. programming is like architecture by edwinolson · · Score: 2, Insightful

    I believe that computer programming is like brick-and-mortar architecture.

    The vast majority of buildings are just buildings. But every once in a while, a building is a work of art.

    One of the things I like about architecture (and computer programming) is that the buildings always serve a purpose. They don't arise out of the ether to express a purely abstract thought, but arise from the need to create something useful.

    But don't delude yourself by thinking that you're an artist just because you're a computer programmer. The vast majority of buildings are cinder-block, minimum-cost affairs, and the same is true for code.

  17. What would Mozart have thought? by blackhedd · · Score: 4, Insightful

    Mozart considered composition a craft. So did Bach, who regularly turned out a new cantata most weeks for his job at the Thomaskirche in Leipzig. The notion that artists have special access to some emotional content not available to ordinary craftsmen is a nineteenth-century idea. But everyone agrees that both Mozart and Bach had access to some pretty unusual stuff- we hear it and respond to it.
    The content of programming is perhaps too instrumental (i.e., interesting for its usefulness more than its inherent qualities) to rise to the level of art. But this may be changing with the state-of-the-art games. In a hundred years, people may look back at today's game developers as the inventors of a new art form!

  18. Art Is What You Can Get Away With by Doc+Ruby · · Score: 2, Insightful

    Art is anything people make. Which really means any change people make in any medium. Craft is a kind of art: more functional than representational. Good art is just art that I like.

    --

    --
    make install -not war

  19. View of a BS + BFA by tverbeek · · Score: 2, Insightful
    Way back when I was getting my degree in CS, I opined that it wasn't really a "science" degree, because there was obviously (to me, at least) a lot of creativity involved in the field. Not just in terms of interface design and making pretty widgets (which weren't really taught in those pre-MS-Windows, Mac 128K days), but even something as mundane as code formatting had an aesthetic aspect to it. (I thought the way one of profs formatted his code was ugly; I insisted on defying his example.) And although sorting algorithms and such could be ranked mathematically, many of the choices of how approach a problem seemed creative to me.

    Several years later, I went back to college, this time studying graphic design and illustration, with a foundation of ye olde fine arts thrown in. I was only mildly surprised to have an instructor start talking about the Fibonacci numbers and the Golden Section. It learned that there are even objective and verifiable standards for what humans usually perceive as "balanced", "unsettling", and even "beautiful". This doesn't mean that art can be verified quantifiably, but it does mean it isn't 100% subjective, either. (Rob Liefeld is a bad artist. Full stop.)

    "What is art?" is a subject that will get even art students into heated debate with each other. But if you include architecture and poetry (and I think most people would), then programming has to be at least within the grey fringe.

    Personally, I don't care much for attempts to distinguish between (for example) fine art, commercial art, design, craft, etc. Part of that's because I took classes that arguably included each of these, and what I was doing in one or another them wasn't fundamentally different. My art school has majors in Furniture Design, Sculpture, Illustration, Photography, Painting, Interior Design, Graphic Design, etc. and hardly anyone around here tries to separate them into categories of craft/art/design etc.

    There's art in science; there's science in art. That's certainly the way Leondardo approached his life's work, and it's how I try to approach mine.

    --
    http://alternatives.rzero.com/
  20. I've seen code burning off the shores of Orion by WillAffleck · · Score: 2, Insightful

    elegent code structures destroyed in the Core Wars, slashdotted into non-existence, their crystalline object orientated shells collapsing from the fires of method calls overloaded to the point of breaking.

    And I've also seen rusting hulks of code, slapped together with variable names like A1, A2, A3, A4 - used for text, numeric, array, and object types at the same time.

    Programming is an Art and a Science. Darned few artists out there at the best of times, and not that many scientists either, sadly.

    --
    Will in Seattle
  21. I grew up in a family of artists by under_score · · Score: 2, Insightful

    And as a programmer (the black sheep of the family), I strongly believe that programming is an art form. The article talks about finding examples of software that are "art"... but I think every instance of programming is art. I recently got into a fairly in-depth discussion about this topic: Programming: Technical or Artistic. I think one very interesting point is that both software and "normal" art have an audience. The programmer creates a work of art in the medium of a programming language and a physical computer system. The audience, the customer/user of the created software system, may appreciate the software or not: there is no objective measure to say that software is "correct". Software, like art, does what it does, and the audience determines its value, beauty, utility, and esthetics.

  22. More of a continuum. by khasim · · Score: 4, Insightful

    With 100% pure functionality (and pure ugly) at one end ... ...
    functionality mixed with aesthetics in the middle ...

    And at the other end, 100% pure aesthetics with no functionality (apart for the materials used).

    Of course, why limit it to one dimension? How about 2 dimensions (a square). In one corner, a bad woodworker who is also a bad artist will make a crappy, ugly chair.

    In the opposite corner, you have a very skilled woodworker who is also a very good artist who makes a very beautiful, yet very functional chair.

    In the other corners are a bad-woodworker but good good-artist and a good-woodworker but bad-artist.

    1. Re:More of a continuum. by Politas · · Score: 3, Insightful

      Definitely separate dimensions. More than two, though.

      It's about focus and the amount of care taken. If someone cares about aesthetics, then they tend to make more aesthetic things. If they care about functionality, then they will make things with greater functionality. If they care about robustness, they will make things that are more robust. If they care about speed, they will make things faster. If they care about cost, they will make things more cheaply. Not all of these things can be combined, of course.

      --

      Politas

  23. Why choose? by thomasoa · · Score: 2, Insightful

    Why can't something be both science and art?

    I'd suggest that the word 'craft' is the best chosen, because when I see really good code, it's like looking at really good craftmanship.

  24. Programming Is Zen Painting by Greyfox · · Score: 2, Insightful
    I feel that programming, when at its most artistic, is very similar to Zen painting. In Zen painting you strive to express the inner nature of your subject in as few brush strokes as possible. With programming you strive to express the inner nature of the work to be done in as few expressions as possible. And if you don't, some guy hits you with a bamboo stick until you get it right. Very similar...

    The difference is that a painting is not as easily changed as a computer program. So the program may evolve toward perfection (refactoring) over time, while the painting only has one shot at it. But then, when you consider it, they are all perfect...

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  25. Re:ENOUGH IS ENOUGH! by snorklewacker · · Score: 2, Insightful

    > I don't have a degree. But seriously just what does having that piece of paper mean in an industry that can change many times a year.

    I still can't get the scriptmonkeys around here to grasp the notion of structured programming, let alone OO or functional. The state of the art does not evolve as much as the industry likes to pretend it does. Just because they rev the apps every couple years does not mean the whole industry changes.

    --
    I am no longer wasting my time with slashdot
  26. Misleading Question by voidphoenix · · Score: 3, Insightful

    I think the central problem is the misguided assumption that art, craft and science are mutually exclusive, as are beauty and utility. As some have already stated, there can be beauty in functional things: the Lamboghini Countach, the SR-71 Blackbird, the Golden Gate Bridge. Leonardo da Vinci is considered among the greatest artists, and yet he was a scientist, inventor and engineer. There is such a thing as beautiful code, programs which can be considered art. Not everybody can appreciate them, just as not everybody appreciates the beauty of a fugue, a poem, a painting or an essay. Most programmers write code to simply fulfill specifications, but the artists among us fulfill those specifications with beautiful code. Therein lies our art.

  27. Most of us try to achieve artistic code by IronNerd · · Score: 2, Insightful

    I think for our own sense of self worth most of us try and produce code that could be considered art, or at least artful. However most of us are constrained by talent, time and our beloved clients.

  28. The programmer as an artist, not as a technician by pvera · · Score: 2, Insightful

    I have been programming for about 17 years and my background is mechanical engineering. For many years I saw programming as the kind of thing a technician does. A technician is a guy of at least some intelligence with the proper training and experience. He gets the job done. The funny thing is that as years passed I never changed my basic opinion on the job as a whole.

    Then one day my boss was chewing my ass off for God knows why, and he complained that the problem with programmers is that they are artists and that opens a huge can of worms. We argued about it for a while but he left me convinced that yes, real programmers are artists, not technicians.

    When was the last time you read a bit of hacked together code that looked so nasty that it made you smile? Sure, it looked like hell, but it got the job done. You could probably recognize who actually wrote that particular piece of code because eventually the great programmers develop their own particular style.

    When was the last time you read a tiny little bit of code, a really small function that did just one lousy little thing, but not only it did the job, but it took you a split second to figure out what the hell the programmer was thinking when he/she wrote it? That's art.

    If programming was purely technical, then we would never get into the zone in the middle of the god damn night, or solve a problem while in the can or taking a shower.

    --
    Pedro
    ----
    The Insomniac Coder
  29. More Drivel: by Boronx · · Score: 2, Insightful

    Coding is technical. User interface is an art, debugging is an art, optimization is an art.

  30. Art by Caligari · · Score: 2, Insightful
    There is no concrete definition of what is art. The Modernists spent their time negating every successive art movement. You think that art has to be beautiful? Baudelaire showed us that art could be about the ugly too. You think art has to be painstakingly made by masters who dedicated great portions of their lives to painting or sculpting? Duchamp showed us that art could be regular industrial products like urinals and snow shovels (the readymade). Warhol took this a step further by becoming the industry himself (his famous gallery/workshop known as "The Factory"). Today, you can buy socks and postage stamps - each one a work of art! - from the great contemporary artist Ben Vautier.

    In truth, art today has merged with marketing and advertising. To be an artist today is to be a master of communication, a master networker.

    The question is not is programming art but rather can somebody convince you that programming is art.

    --
    The moving cursor writes, and having written, blinks on.
  31. Here's an idea - by skazatmebaby · · Score: 2, Insightful

    Sorry to enter this so late, but,

    Art is about context, not about materials or even content.

    I both program and I've recently graduated with a degree in Painting and Drawing.

    --

    Dada Mail - Program, Art Project or Absurdity?

  32. Art Is Imagination Followed By Engineering by Master+of+Transhuman · · Score: 2, Insightful


    The only thing "artistic" about art is the decision what to be "artistic" about. Everything else is engineering - putting together known quantities of known materials to generate a desired effect.

    HOW you put together those materials - say, for least cost to greatest effect - might be imaginative, but it's still engineering in my view.

    Any programmer who think he's doing "art" is probably a piss-poor programmer - and probably has never documented a single program in his life.

    Which is just about every programmer I've ever known, seen, heard about or read about.

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!