Tagged Questions

97
votes
74answers
4k views

Old Developers - any future ?

I'm 44 now and I just love code! And software and programming. And MSDN, and Communication of the ACM and Programmez (French magazine) and Stack Overflow and McConnell, Cwalina/Ab …
6
votes
8answers
278 views

Are design patterns really language weaknesses?

Should today's patterns be seen as defects or missing features in Java and C++? Subroutine was a design pattern for machine language in the 50s and 60s. Object-Oriented Class wa …
4
votes
7answers
189 views

What could be the next evolution after OOP?

Today we can look back on the evolution of computer science and see structural programming, functional programming, and finally object-oriented programming. Additionally, things li …
23
votes
41answers
2k views

If Desktop Computers were 1024 times faster what kind of software would we be writing?

Continuing along current trends we can expect our algorithms to run many times faster on Desktop Computers in 10 years (let's pick a number) 1024x faster. Do you know of any algor …
0
votes
4answers
271 views

Is the C# “lock” construct rendered obselete by Interlocked.CompareExchange<T>?

Summary: It seems to me that: wrapping fields representing a logical state into a single immutable consumable object updating the object's authoritative reference with a call to …
0
votes
1answer
152 views

VSTS Test Edition or HP’s LoadRunner?

I have had this debate with some peers off and on for a while. I am certified in the HP tools, but have been spending more and more time with VSTS Test Edition 2008. I am looking …
41
votes
24answers
4k views

Does the D programming language have a future?

I stumbled several times over D and really asked myself why it isn't more popular. D is a systems programming language. Its focus is on combining the power and high performance …
3
votes
14answers
340 views

Is Mac experience important for a future developer?

I would like to know if this is really helpful to have experience with Macs on the job market for developers with B.Sc.. I have been using Windows and Linux since the start of unde …
26
votes
20answers
2k views

What parallel programming model do you recommend today to take advantage of the manycore processors of tomorrow?

If you were writing a new application from scratch today, and wanted it to scale to all the cores you could throw at it tomorrow, what parallel programming model/system/language/li …
-3
votes
6answers
145 views

Possible syntax for multi-type catch blocks in C#?

Here are two previous questions regarding this topic: Catch multiple Exceptions at once? More Elegant Exception Handling Than Multiple Catch Blocks? I was working today and tho …
24
votes
29answers
1k views

What optimizations today are going to be useless tomorrow?

I hope we all know by now that Premature optimization is the root of all evil. One side of that quote means by optimizing you are increasing complexity and complexity is evil. Th …
0
votes
2answers
64 views

How is the internet changing the way we program? [closed]

This is more of a philosophical question, but in your guys' view, what have been the major impacts of the internet on the way we write software? With more and more pertinent infor …
5
votes
2answers
138 views

Proposing Glassfish to customers

With Sun being taken over by Oracle, Oracle will arguably gain control of Glassfish. I do understand that Glassfish is community driven but most of the contributions do come out o …
3
votes
3answers
283 views

CSS3 box-shadow, all sides but one?

I've got a tabbed navigation bar where I'd like the open tab to have a shadow to set it apart from the other tabs. I'd also like the whole tab section to have a single shadow (see …
14
votes
29answers
1k views

Will computers ever be too fast?

The PC I use today is a million times faster than the one I started programming on when I was in college. And yet it always seems - I am always waiting for something to get done... …

1 2 3 4 5 6 next
15 30 50 per page