Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

52
votes
39answers
3k views

What is a good example to show to a non-programmer to explain what programming “looks like”?

A friend of mine asked me the other day if I'm just looking at lists of numbers when I'm programming, or how it works. I tried to explain that it's generally more like math formulae, with the odd ...
45
votes
36answers
3k views

Are there any good metaphors for explaining project complexity to a non-programmer?

It was just mentioned that I'm "not exactly building the Sistine Chapel." This is true, but I am building a freight management application, which isn't exactly as simple as drawing controls on a form ...
33
votes
10answers
2k views

Is Haskell suitable as a first language?

I have had previous exposure to imperative languages (C, some Java) however I would say I had no experience in programming. Therefore: treating me as a non-programmer, would Haskell be suitable as a ...
20
votes
14answers
2k views

Benefits of using the conditional ?: (ternary) operator

I'm currently a student in college learning, and for the most part enjoying, the wonderful world of programming. I'm lucky enough to know about SO, and have a friend who's been in the game since he ...
10
votes
4answers
230 views

Advice on doing business with non-programmers [closed]

Real world scenarios (here "you" means "I") : You are doing undergraduate "research" (in reality programming) for a theoretical CS professor who is a lousy programmer in general, let alone in the ...
5
votes
5answers
379 views

Successful Non-programmer, 5GL, Visual, 0 Source Code or Similar Tools?

Can anyone give me an example of successful non-programmer, 5GL (not that I am sure what they are!), visual, 0 source code or similar tools that business users or analysts can use to create ...
4
votes
1answer
200 views

Good programming advice from non-programmers [closed]

What are good programming aphorisms and advice which originate from the non-programming world? To get a better idea of what I mean, here are some examples: DRY / DIE. "Don't repeat yourself" and ...
3
votes
7answers
322 views

Teaching Python to a Law Student

Im trying to teach python to a Law student (happens to be my fiancee).She has been insisting on me teaching her about it. One problem: She doesn't know anything about programming. I was thinking on ...
1
vote
2answers
184 views

Documenting Python scripts for non-programmers

We are currently looking for ways to help the non-programming members of the sysadmin group familiarize themselves with Python scripts used for day-to-day sysadmin tasks. Does anyone have any ...
1
vote
4answers
397 views

What trivial real-life example do you use to explain programming to total non-programmers? [closed]

Possible Duplicate: What is a good example to show to a non-programmer to explain what programming “looks like”? Programmers seem to live in a world of their own (as this site ...
1
vote
9answers
237 views

Presentation on programming for non-geeks - What to include?

I'm at a business college where we're doing a unit on presentations. Everyone's been asked to pick a topic and do a 2-minute presentation on that topic. I believe I'm the only programmer in the place, ...
0
votes
1answer
75 views

What's the best tool to allow non-developers to create a ponycorn adventure game?

This is the ponycorn game: http://www.untoldentertainment.com/games/sissy/ A couple of my non-programmer friends who are teachers are interested in building games with a similar look and feel with ...
0
votes
1answer
71 views

Add my applications to Vista's Start Search

It's not a programming questions. But this question has been bugging me for awhile. You know when you start typing in Start Search box in Vista Start Menu, applications are appearing in the list ...