PDA

View Full Version : what is programming?



zeeshan_2011
March 11th, 2010, 05:38 AM
tell me your opinion

NovaAesa
March 11th, 2010, 06:55 AM
It is the activity of writing, debugging, and maintaining programming language source code.

nitstorm
March 11th, 2010, 06:57 AM
it's magic :D

nmccrina
March 11th, 2010, 06:58 AM
1 part God and 42 parts frustrated human being.

c0nfusedami
March 11th, 2010, 06:58 AM
creating a bridge between the person and the computer

lisati
March 11th, 2010, 07:00 AM
Organizing your thoughts on how to do something in a way that the computer use.

myrtle1908
March 11th, 2010, 08:48 AM
Yelling at business analysts and marketing departments for promising the impossible.

raydeen
March 11th, 2010, 02:54 PM
Convincing a computer to do something it normally wouldn't do.

nvteighen
March 11th, 2010, 03:32 PM
Writing a process in a formal-logical language such that a computer is able to simulate it for you.

era86
March 11th, 2010, 05:07 PM
it's magic :D

this++

hyperAura
March 11th, 2010, 08:24 PM
creating something nice and useful

OgreProgrammer
March 12th, 2010, 01:10 AM
Applying logic to bridge the strengths of circuitry with human needs.

azagaros
March 12th, 2010, 07:12 PM
Programming is the art of taking an idea and transforming into "Magic" on a computer. Take it from the experience of making eyes light up with a custom program and it does what the customer wants with little effort.

Tikkyca
March 12th, 2010, 08:07 PM
Programing is making a program,game,any application using codes,and different coding langauges,which allow you to make an application,however it is not easy to make a program it takes a lot of time to learn something about programing.

MindSz
March 12th, 2010, 08:39 PM
Is to be able to grab a real-world idea and organize it in a set of commands so the machine can understand it.

ian dobson
March 12th, 2010, 08:43 PM
About $75 an hour.

lisati
April 3rd, 2010, 05:38 AM
Is to be able to grab a real-world idea and organize it in a set of commands so the machine can understand it.

This ^^

tooatw
April 3rd, 2010, 07:20 AM
i think programming is telling the computer what you want it to do

Rainulf
April 3rd, 2010, 07:23 AM
Programming is art =)

Martje_001
April 3rd, 2010, 01:48 PM
Breaking down something very simple into thousands of little instructions, making it not simple at all.

KdotJ
April 3rd, 2010, 10:07 PM
Programming is stayin up till the early hours of the morning, seeing the sun rise, still trying to work out why it won't work lol

Npl
April 3rd, 2010, 10:11 PM
Expressing tasks you could explain to average humans in a couple of sentences with thousands of words so a complete moron can follow it.

The most boring part of Software developing.

CptPicard
April 3rd, 2010, 10:15 PM
Expressing tasks you could explain to average humans in a couple of sentences with thousands of words so a complete moron can follow it.

That's what the compiler is supposed to do. Once you get your description Turing-complete, it's all good, at least for most parts.

s3a
April 3rd, 2010, 10:28 PM
About $75 an hour.

Is that a realistic comment?

lisati
April 3rd, 2010, 10:36 PM
That's what the compiler is supposed to do. Once you get your description Turing-complete, it's all good, at least for most parts.

:) A nice summary of the role of the compiler.

heikaman
April 3rd, 2010, 10:46 PM
It's the process of converting caffeine into code while loosing hair, teeth, sight and sometimes blood :D

ibuclaw
April 4th, 2010, 02:11 AM
Programming is spending 3 months developing an ORDBMS engine in C++, then dumping it off at the last moment and spend a weekend rewriting - and completing it in Perl.

nvteighen
April 4th, 2010, 11:15 AM
Programming is spending 3 months developing an ORDBMS engine in C++, then dumping it off at the last moment and spend a weekend rewriting - and completing it in Perl.

:lolflag:

Or starting a project in MIT/GNU Scheme, migrate it to PLT Scheme and then ask yourself "Why haven't I chosen to use Common Lisp?" :p