vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Programming as an Art? (https://vborg.vbsupport.ru/showthread.php?t=34771)

snyx 02-04-2002 08:38 AM

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.

ace 02-04-2002 10:06 AM

I believe anything can be considered an art.

e.g. I make "art" every morning on the toilet :D

Admin 02-04-2002 01:03 PM

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.

Mark Hensler 02-04-2002 05:59 PM

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);

I developed the command at a prompt in SSH, just playing with greps and piping them into each other. When I had a combo that worked, I put it in my PHP script. Later, I got 'creative' and decided to shrink it all down to one shell command.


All times are GMT. The time now is 11:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00951 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete