Tagged Questions

1
vote
10answers
120 views

Good tool for diagraming process and system components

I'm currently writing some documentation for our product. Most of the docs are just text based - but in some cases I'd like to add a diagram to help first time users visualize the …
8
votes
19answers
303 views

Which metaphor would you use to describe programming?

One colleague compared programming to the clay molding process - first you define rough shape of the mass, then carve smaller and smaller details. What's Your take on programming, …
1
vote
1answer
52 views

NXT mindstorm drawing robot.

I am a high school student and am thinking of making a robot that draws using different colored markers. I would like some guidance as to where I should start with this program. W …
0
votes
1answer
29 views

Whats the use of different templates or their names..

At times while at work I come across a task like creating a template.. which forms the pages of the client's websites..and I have often heard and read mails from the clients about …
19
votes
31answers
1k views

What are your favorite metaphors for technical concepts?

At the risk of getting downvoted I'm going to ask this anyway. What are your favorite metaphors for technical concepts? My most recent one I used was when a customer didn't und …
15
votes
23answers
972 views

What kinds of tools do you use for conceptual design of your software?

I've never been happy with anything I've ever found. But not having good UML, or at a minimum some clear class diagrams, makes it difficult to move forward with design on a team. E …
0
votes
2answers
50 views

What is the best way to store document specific settings in a Core Data Document?

I'm using a NSPersistantDocument backed by Core Data in my application. Each document has a number of settings that are only relevant to that document. For example the document ne …
1
vote
4answers
167 views

What is a Powershell cmdlet?

Approaching cmdlets in a conceptual way, How are they made? Are they compiled? Is it the equivalent of a batch file for Powershell? Is it a script or a binary? What is the struc …
0
votes
1answer
61 views

Distinguishing between storage model and conceptual model field names (Entity Framework)

Every sample I come across has the entities and properties in the storage model named exactly the same as in the conceptual model. So in the mapping section, I can't tell whether a …
2
votes
8answers
656 views

C Vs Lisp Conceptually

I was wondering for a while about this topic and i would like to hear some opinions from the community. What i am wondering about is how to explain to a non-programmer the conceptu …
2
votes
7answers
192 views

Do objects encapsulate data so that not even other instances of the same class can access the data?

In Java, Do objects encapsulate data so that not even other instances of the same class can access the data? Only when the keyword "private" is used? What are "accessor methods" i …
1
vote
2answers
144 views

Objective-C messaging, smartly dealing with unknown messages

Is there a way to do something similar to KVC but use the message name as the key itself? For example, rather than valueForKey:, is there a way for an object to respond to all mess …
0
votes
8answers
372 views

Conception of inheritance in object-oriented languages

I was discussing multiple inheritance vs. single inheritance with a friend of mine, and discovered that plainly, my conception of Object-Oriented design is completely different tha …
6
votes
4answers
255 views

What is the most efficient way to manage a large set of lines in OpenGL?

I am working on a simple CAD program which uses OpenGL to handle on-screen rendering. Every shape drawn on the screen is constructed entirely out of simple line segments, so even a …
2
votes
6answers
298 views

Conceptual question: Loose Coupling

Hi, I am building a graphic board like project where i am facing a design issue. Main Class is Board which is a canvas responsible for handling mouse events when drawing shapes. …

1 2 next
15 30 50 per page