"...that it captures the absolute essence of the creature in as concise an image as possible" I'm not convinced. (This is not an expert's comment, I know nothing about modern art)
So you think the image could be even simpler and still convey the image of a bull? I would guess that he made a plate XII where he simplified further by removing the balls or horns, and then realized that it was no longer the image of a bull.
Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
11–20 of 28 posts
Re: Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
#12The sad truth is that the majority of people would prefer the "verbose" version, no matter how genius is your cut-down version. Same in software engineering: nobody cares how beautiful and concise your code is, you are paid only for the results.
You should probably not draw the analogy to software too far. Clearly users appreciate (and are willing to pay for) beauty and simplicity in user interface. Look at the iPod. But of course customers don't care if your code is minimal or a convoluted mess, as long as the app works. 20th century art is a little different because the process is part of the exposed product - the art piece here is not the last plate (whic…
Why this analogy: succinctness and beauty is not appreciated in our industry, whereas it should have been a standard, like in mathematics or physics, where it is appreciated and "standardized" so to say. In math and physics you have to express youself in the most concise way. And I have never seen beauty and succinctness of the code being a requirement as a part of making software, unfortunately.
Edit: "bloatware" pertains to both the code and the interface.
Re: Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
#13What might be usefully applied to programming is that in abstracting the bull to its minimalistic essence, Picasso illuminates the bull's underlying structure. Perhaps by removing code we can also get a clearer idea of the fundamental workings of a system. ;)
Re: Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
#14No, it doesn't. It looks like crap. A bull without the massive bullhead is no longer a bull, but some freaky artist's conceit attached to a declaration, "This is a bull." The fact that he changed the pene so wildly between pictures is a hint that he's playing a joke on us.
Here are some superior, simple bull pictures:
http://www.doublevisionarts.com/images/Boxenbaum/Bull%20seri...
http://www.kshdevelopment.com/DaliPictures/Dali's%20Bullfigh...
Re: Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
#15that it captures the absolute essence of the creature in as concise an image as possible No, it doesn't. It looks like crap. A bull without the massive bullhead is no longer a bull, but some freaky artist's conceit attached to a declaration, "This is a bull." The fact that he changed the pene so wildly between pictures is a hint that he's playing a joke on us. Here are some superior, simple bull pictures: http://www.…
A lot of times people get so caught up in the pretension associated with "serious" art that they ignore that it's often supposed to be funny. I remember getting scowled at once at the symphony for laughing at loud at a certain point that was (for the musically inclined) obviously a joke.
Re: Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
#16that it captures the absolute essence of the creature in as concise an image as possible No, it doesn't. It looks like crap. A bull without the massive bullhead is no longer a bull, but some freaky artist's conceit attached to a declaration, "This is a bull." The fact that he changed the pene so wildly between pictures is a hint that he's playing a joke on us. Here are some superior, simple bull pictures: http://www.…
He is not "playing a joke on you", he is having fun with exploring the process of perception and the steps from illustration to symbol.
Re: Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
#17The sad truth is that the majority of people would prefer the "verbose" version, no matter how genius is your cut-down version. Same in software engineering: nobody cares how beautiful and concise your code is, you are paid only for the results.
Re: Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
#18That's a lithograph, not a sketch as the title would suggest. All of those were actually made by adding material back to the carving. Here's a better article on the process: http://findarticles.com/p/articles/mi_m1248/is_n3_v81/ai_136...
Re: Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
#19The sad truth is that the majority of people would prefer the "verbose" version, no matter how genius is your cut-down version. Same in software engineering: nobody cares how beautiful and concise your code is, you are paid only for the results.
You should probably not draw the analogy to software too far. Clearly users appreciate (and are willing to pay for) beauty and simplicity in user interface. Look at the iPod. But of course customers don't care if your code is minimal or a convoluted mess, as long as the app works. 20th century art is a little different because the process is part of the exposed product - the art piece here is not the last plate (whic…
Re: Pablo Picasso's version of refactoring: Reducing a drawing to 12 perfect pen strokes
#20The sad truth is that the majority of people would prefer the "verbose" version, no matter how genius is your cut-down version. Same in software engineering: nobody cares how beautiful and concise your code is, you are paid only for the results.
Many developers prefer verbosity because they are unwilling to learn anything more complex than simple conditionals and loop structures. This is what happens when you turn software development into software engineering.