The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Gotta question here, me and my buddy were going over...
I said people can express them self through art in technology, but I can only see in visual ways (ie. photoshop, bryce, anything where the product is visually shown) He instead he can express himself through programming as an art? I mean, not to knock programming at all, I'm just saying do people think of it as more a profession, then an art? I mean, I know people who can do simply amazing things in photoshop, creating visual wonders. I can see how they are expressing themselves, their art, through visuals. But when I see a great piece of code put together, such as vbulletin, I personally don't see any true art in it, but as more of a skill. I explained this quite bad at 2:30am, so please correct me, and lend your thoughts? Myles. |
#2
|
|||
|
|||
I believe anything can be considered an art.
e.g. I make "art" every morning on the toilet |
#3
|
||||
|
||||
That's another problem when someone created a Web site to offer coding services. Designers have their portfolio and all, but what can be show as examples? No matter what, people will first look at the design and only after some time they will notice the internal coding.
Actually when I think about it... kinda like real life. When you first meet a wo/man, you first check out how s/he looks like, right? Only later you find out about her/is personality, etc. |
#4
|
||||
|
||||
programming an art... hmm..
Art isn't always something of beauty or visual at all. Martial arts, for example.. When programming, there is always more than one way to do something. It can be considered an 'art' to optimize code. For example, I wrote a script to count the number of maps entries in a mapcycle.txt file for a Half-Life server. (snippet from my WAHL project) Code:
//$tmp = "cat $mapcycle_path | grep -v '^$' | grep -cv '^[ ]*//'"; $tmp = 'awk \\'BEGIN{c=0} ($0!="^$" && $0!="^\s*//"){c+=1} END{print c}\\' ' . $mapcycle_path; $mapcycle_number = exec($tmp); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|