Tagged Questions
The conceptual tag has no wiki summary.
32
votes
27answers
3k 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. Especially if you're ...
26
votes
32answers
2k views
What are your favorite metaphors for technical concepts? [closed]
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 understand why we would ...
13
votes
16answers
2k views
First programming language to be taught - C or Python? [closed]
I know that there is a long debate regarding this matter. I also understand that this is strictly not a programming question. But I am asking here as this platform contains wide range of experts from ...
10
votes
12answers
5k views
What are the conceptual differences between C and Lisp?
What i am wondering about is how to explain to a non-programmer the conceptual difference between a language like C and a language like Lisp. What I find challenging about this is to translate the ...
9
votes
21answers
570 views
Which metaphor would you use to describe programming? [closed]
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, which metaphor would ...
7
votes
2answers
1k views
When to call a “require” in Rails?
I have a more conceptual question in Rails... or Ruby for that matter:
Is it best to call a require right before the method that needs it, group my requires at the beginning of the class or somewhere ...
6
votes
4answers
428 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 simple drawing ends ...
5
votes
6answers
1k views
Post Increment and Pre Increment concept?
I dont understand the concept of postfix and prefix increment or decrement. Can any one give a better Explanation?
4
votes
2answers
94 views
Does my Factory object introduces a global state?
So, here's the deal. I've managed to make a framework without using globals or static classes/functions.
I am using a form of dependency injection using a Factory. Since the framework will be used ...
4
votes
2answers
393 views
what is Bonjour?
I was watching wwdc videos this afternoon and I heard the word Bonjour .
So I just want to know what is Bonjour in Apple .
This is just to clear the concept .
Thanks
4
votes
4answers
1k 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 structure used for ...
3
votes
0answers
33 views
Is there really such a thing as “push”? [migrated]
Once you escape the realm of electrical signals and are dealing with software, is there really such a thing as a "push" architecture where there isn't periodic polling?
I can't think of any design ...
3
votes
3answers
41 views
In a web MVC framework, who has the responsibility to show 404 page?
In a web MVC model, which class/object has the responsibility/function to call 404 page? Why does it has the responsibility? I think it's the Router, but I'm asking just in case.
...
3
votes
7answers
326 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" in Java - methods ...
2
votes
4answers
101 views
Recycling variable name within single function
I have a function that contains two for loops, and I'm using a variable called count as the counter. I've chosen to recycle the name as the the first loop will finish it's execution completely before ...
2
votes
3answers
82 views
What is your favorite method to conceptualize a project?
I'm running into the issue with a new project that is it starting to get difficult to contain the whole thing in my mind and move it around. While I still do this for the majority of programming, I ...
2
votes
2answers
83 views
How does an interpreter switch scope?
I'm asking this because I'm relatively new to interpreter development and I wanted to know some basic concepts before reinventing the wheel.
I thought of the values of all variables stored in an ...
2
votes
2answers
123 views
Conceptual data modeling: Is RDF the right tool? Other solutions?
I'm planning a system that combines various data sources and lets users do simple queries on these. A part of the system needs to act as an abstraction layer that knows all connected data sources: ...
2
votes
2answers
802 views
WPF: How to display a layer over all Controls
I've got a Window which opens a borderless Dialog where you select some options. Once the options are set the Dialog closes and the main Window is enabled again. Not too difficult.
But due to the ...
2
votes
7answers
515 views
Conceptual question: Loose Coupling
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. It also has context ...
1
vote
2answers
28 views
Preserving state when setting ItemsSource
I have a ListBox (ListBox1) of Agency types {Police, Fire, Emergency}
When the user selects an Agency type, Another ListBox (ListBox2) is populated with (Name, CheckBox) by setting the items source.
...
1
vote
1answer
47 views
Why are there 2 ListBoxItems in the Visual Tree?
I am only displaying the selected element of a ListBox (yeah I know) ... And I am trying to understand why if I have a single ListBox.ItemTemplate with a single child of ListBoxItem, I have to ...
1
vote
4answers
504 views
Conceptual question on (a tool like) LoadRunner
I'm using LoadRunner to stress-test a J2EE application.
I have got: 1 MySQL DB server, and 1 JBoss App server. Each is a 16-core (1.8GHz) / 8GB RAM box.
Connection Pooling: The DB server is using ...
1
vote
2answers
195 views
Cannot understand getter/setter with object
It is easy to understand the concept of setter/getter for a simple data, an NSInteger for example.
If we say: NSInteger a;
The setter for "a" changes the value of a, and the getter only gets ...
1
vote
1answer
180 views
Basic Database design question - 1 attribute three Entities
Please can someone clarify something which I should really know by now?
If I have Three Entitys Organisation, Director and Company secretary and each have the attribute primary address.
If I were ...
1
vote
4answers
136 views
Java Flow Control Problem
I am programming a simple 2d game engine. I've decided how I'd like the engine to function: it will be composed of objects containing "events" that my main game loop will trigger when appropriate.
A ...
1
vote
3answers
196 views
What are the different ways of implementing multithreading in .net
I have been fighting with multi threading for few days.
I dont understand what are different ways of multithreading. I have read little bit about backgroundWorker, little bit about creating an ...
1
vote
3answers
586 views
Generic SQL Proxy - Does it exist?
I am working on a concept product which tries to solve the domain problems of 'dynamic data masking'. This is an area where you don't get a lot of inputs when you do your standard google search.
The ...
1
vote
3answers
601 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.
What I want to do is ...
1
vote
10answers
226 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 process from a ...
1
vote
2answers
324 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 messages?
For example, ...
1
vote
8answers
544 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 than his. I am mostly ...
0
votes
1answer
23 views
Where should this android database code live?
I'm working on an android application, and I'm having an issue figuring out where some code should live.
The application is based on some of the Commonsware stuff, along with the Notepad tutorial. ...
0
votes
1answer
30 views
Live document editing & colaboration
For university project I'm rolling out some cloud document editor. One of the features is to give possibility for multiple users to edit it in real time. Question is how to approach this?
I know ...
0
votes
2answers
48 views
ViewController vs. without Nib file
When I create a UIViewController in Xcode I can decide to add a nib file. Assuming I don't add the nib file at this time. Can I simple add a nib file later and give it the same name as the ...
0
votes
1answer
23 views
mysql database concept - how to avoid duplicate registrations in a global/local setting
a conceptual question:
I have a global system which sales agents use to write orders for clients
Agents can register a client locally (within their own instance of the system)
a client can register ...
0
votes
0answers
41 views
conceptual model of database [closed]
i have a problem with conceptual model of database.
i have this homework for exam
A company of hairdressers wants to computerize its computer system. It
has several lounges. Each room has its ...
0
votes
2answers
50 views
If a CPU is 80% busy consistently, does it mean that it is 80% less responsive?
If I run an application in a CPU which is busy 80% (i.e. CPU usage, not load avg) of the time, will the application become 80% less responsive?
0
votes
2answers
182 views
Codeigniter. Automatic username check using jquery. Conceptual confusion
I have recently started using CodeIgniter, and I can see its benefits.
I am however seemingly encountering a few conceptual problems which are confusing me.
For some things CodeIgniter is making ...
0
votes
1answer
77 views
What's the relationship between ADO.NET LINQ & Entity-Framework?
I'm just looking for a good way to compartmentalize and internalize these technologies.
0
votes
3answers
123 views
“Reverse Engineering” App Architecture
I inherited an old app, written in C#/.NET 2.0. (un)Luckily there was no documentation - not even comments. So as I'm adding enhancements to the application based on new requirements I'm also building ...
0
votes
3answers
310 views
write a c function that generates one random number, or a pair of random numbers, or a triplet of random numbers given the particular ranges
i have to generate random numbers for 3 different cases.
i. 1 dice
ii. a pair of dice
iii. 3 dices
my questions:
1. please suggest me sm good logic to generate random numbers for all the 3 cases.
2. ...
0
votes
1answer
414 views
Entity Framework v4 examples and tutorials of conceptual model mapping
In an application I'm writing I have a fairly complicated Database model. I'd like to use EF4 to map this to a whole lot nicer conceptual model. However all the tutorials I've read are with samples of ...
0
votes
2answers
135 views
Modifying html repsonse from a webserver before it reaches the browser using a webserver plugin?
The question is as simple as the title. I have a webapp (I have no clue as to what technology it was built on or what appserver it is running on). However, I do know that this webapp is being served ...
0
votes
1answer
32 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 Joomla templates, ...
0
votes
2answers
142 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 needs to hold the ...
0
votes
1answer
235 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 an entity or property ...
0
votes
4answers
1k views
Custom php template engine: Am i finally on the right track?
Since I keep showing up late for answering questions tagged php where i actually know the answer i figured i'd try asking a question myself.
I've been working on so many complete rewrites of a custom ...
-3
votes
5answers
249 views
Why syntax error occurs when a void function is checked in IF statement
What will be the output if I write
In C++ if(5) will be executed without any problem but not in C# same way will it be able to run.
if(func()){} //in C# it doesn't runs Why how does C# treats void ...