The concepts tag has no wiki summary.
-4
votes
0answers
92 views
What is the targeted age level for children readers of Lauren Ipsum? [closed]
A comment on Jeff Atwood's post The Eternal Lorem Ipsum referenced a children's book entitled Lauren Ipsum. The brief description of the book has me interested:
A story about computer science and ...
2
votes
3answers
253 views
Programming without target platform? [closed]
I have a idea for a program and have began laying out the software design concept in a traditional SDLC model of charts and instructions for what I want all parts to achieve.
A quick explanation of ...
9
votes
3answers
403 views
How to handle interview questions on programming style
As a C++-programmer in interviews I repeatedly found myself in situations were the interviewer wanted to probe my knowledge of good programming style. These typically were centered around basic ...
0
votes
3answers
129 views
How do I communicate concepts and design for a web application?
Iam not sure if this topic is ok to ask, but we are talking about this since years in our Developer-"Shop". How to write concepts for Web- Applications?
We are using Zend Framework (MVC), OOP Based, ...
-2
votes
5answers
331 views
What technique are there to check if an email has been opened [closed]
I am aware that a technique often used to track if a HTML email is opened is to add a small tracking image that logs a the database when it is requested.
However if the users opts not to view images ...
5
votes
3answers
246 views
NoSql databases - Decent tutorial/book that covers the concepts
Am looking for a good resource on learning the concepts behind NoSql databases.
Most things I find are related to a specific technology (MongoDb, CouchDB etc) but I'm after all the concepts behind ...
4
votes
1answer
134 views
Inexpensive generation of hierarchical unique IDs
My application is building a hierarchical structure like this:
root = {
'id': 'root',
'children': [ {
'name': 'root_foo',
'children': []
}, {
'id': 'root_foo2',
'children': [ {
...
1
vote
1answer
36 views
How do we call a concept when my acceptor loop is ran by some real application while all services are plugins for that application?
So say we have an app (server) that somehow attaches to itself plugins (services) in form of .dll or .so libraries. Is there any nice short name for such server behaviour model?
2
votes
1answer
117 views
Entity System - interaction between systems
I am studying the Entity System architecture philosophy. As I have read about it, a typical entity system has:
1) Entities - which are merely ID tags which have a number of components
2) Components ...
7
votes
3answers
213 views
Is there a difference between casting and converting types in imperative programming languages?
The question came up in a discussion at StackOverflow.
Is there a clean distinction between the two concepts cast and convert (concerning the type of an object), or are these two words describing ...
0
votes
7answers
303 views
Are there any books that explain non-specific programming concepts? [closed]
I consider myself a beginner-moderately skilled programmer (dabbled in a number of languages now, settling on PHP for web development now) looking to better myself.
I've spent a great deal of time on ...
4
votes
2answers
224 views
In C++, were SFINAE and metaprogramming intentional or just a byproduct of templates?
SFINAE and template metaprogramming can do wonderful things and many libraries also use them considerably.
Historically both of these "magic concepts" were intentionally introduced/supported in C++ ? ...
12
votes
2answers
489 views
What are the London and Chicago schools of TDD?
I’ve been hearing about the London style vs. Chicago style (sometimes called Detroit style) of Test Driven Development (TDD).
Workshop of Utah Extreme Programming User's Group:
Interaction-style ...
4
votes
5answers
278 views
How valuable and rare is being able to create something from scratch?
I just found out the other day that the previous web company where I worked for 8 years will pretty much be shut down except for occasional updates and support of existing applications.
I was ...
1
vote
2answers
189 views
Legal Applications of Metamorphic Code
Firstly, I would like to state that I already understand the 'vx' applications for Metamorphic code. I am not here to ask a question related to any of those topics as that would be inappropriate in ...