Tagged Questions

2
votes
13answers
178 views

Analogy? A programming language without namespaces is like (…) [closed]

Does anyone know of a good analogy for this? I've found a decent one, "XML document without namespaces is like calling everyone by their first name", but this isn't strong enough! …
0
votes
3answers
48 views

Flexibility or Consistency, which is Correct for a good programming language?

Hi All: Recently I'm pondering the characteristics of a good programming language. It's true that "There are a thousand Hamlets in a thousand people's eyes", like simplification, …
5
votes
8answers
316 views

Can a program output a copy of itself

I think this might be a classic question but I am not aware of an answer. Can a program output a copy of itself, and, if so, is there a short program that does this? I do not acce …
3
votes
6answers
253 views

What is ExtJS philosophy? Single page application?

I need to write my next project using ExtJs. It's a nice Javascript lib but I don't fully understand the idea behind it. Take the docs page for example: http://www.extjs.com/deploy …
0
votes
5answers
143 views

When should I ask myself if my method is thread-safe or not?

Hi, When should I take it into consideration whether my method is thread-safe or not? thanks, kalem keki
6
votes
6answers
360 views

how to store configurations for php app — xml or ini or db

I've got an app written in PHP, and there are a number of configurable variables. We're implementing a feature where the user can create sets of configurations and easily switch be …
2
votes
8answers
192 views

What are Crystal Reports for .NET?

I've heard of "Crystal Reports" for years, but I'm really confused why a small ActiveX type of component that just displays and prints out data from databases (does it?) should be …
47
votes
74answers
5k views

What is “elegant” code?

I see a lot of lip service and talk about the most "elegant" way to do this or that. I think if you spend enough time programming you begin to obtain a sort of intuitive feel for w …
11
votes
5answers
260 views

“ID” or “Id” on User Interface

The QA manager where I work just informed me there is a bug in my desktop app due to the sign on prompt being "Operator Id" when it should be "Operator ID". Her argument being that …
1
vote
2answers
116 views

Design Pattern Orthogonality

Reading up on design patterns, and have found that there are 23(?) some-odd patterns that have been defined. I've seen a bit of overlap in a few (ie. builder and decorator) that w …
1
vote
3answers
140 views

What is a variable?

What is a variable? This question is important for philosophical reasons.
0
votes
5answers
141 views

chop unused decimals with javascript

I've got a currency input and need to return only significant digits. The input always has two decimal places, so: 4.00 -> 4 4.10 -> 4.1 4.01 -> 4.01 Here's how I …
1
vote
7answers
207 views

How does the philosophy of lean translate to programming?

Our company is espousing lean philosophy into manufacturing and administration, in the vein of The Toyota Way. How can the concepts of waste reduction and continuous improvement b …
2
votes
9answers
611 views

Code Generators or T4 Templates, are they really evil?

I have heard people state that Code Generators and T4 templates should not be used. The logic behind that is that if you are generating code with a generator then there is a better …
1
vote
9answers
200 views

is a program with just variable constants still a program? [closed]

Just wondering... Is a program with only constant variables still a program? Would the answer change between a high level language and pure machine code? My thinking is that the …

1 2 3 next
15 30 50 per page