Tagged Questions

1
vote
3answers
94 views

What statically typed, functional and interpreted language would you suggest? [closed]

For now I know C++ - statically typed, multi-paradigm (but there is no functional programming paradigm) and complied language. I heard that for learning purposes it is better to le …
24
votes
29answers
1k views

Are we as programmers becoming too dependent on our IDEs?

For a long time, the only IDE I knew was the VB6 IDE, which is fairly outdated (ca. 1998) and not very feature-rich (unless you purchase third-party add-ons). You can set breakpoin …
2
votes
6answers
770 views

cakephp VS codeigniter VS zend framework

Very possibly very related: What PHP framework would you choose for a new application and why? Zend or CakePHP? Which one is better? Some people say CakePHP is better for …
27
votes
29answers
4k views

Why is C# suddenly so popular?

Why is C# suddenly so popular? There's been like a repeat explosion in the blogs lately about it; It reminds me of the earlier part of this decade when all of those frameworks fo …
3
votes
15answers
1k views

What’s your preferred pointer declaration style, and why?

I know this is about as bad as it gets for "religious" issues, as Jeff calls them. But I want to know why the people who disagree with me on this do so, and hear their justificatio …
3
votes
2answers
230 views

ASP MVC HTML Helpers - Good or Bad?

I understand the reason for having the HTML helpers in ASP.NET MVC and extending this to provide your own, but I am wondering whether using HTML helpers is a good idea. I thought …
-2
votes
2answers
113 views

Expressive Language : Good or Evil [closed]

Expressive language helps us to do a lot of things quickly but is it always good to use expressive language ? What are pros and cons of Expressive Language ?
0
votes
9answers
164 views

What area of Development are really hot from current market perspective ? [closed]

Hi, From current market condition what areas of development in software industry are really hot ? I can think of Iphone application development, Android Application Development, …
0
votes
3answers
161 views

When will VB.NET be abandoned by Microsoft? [closed]

I quote my question with "when" cause I believe so, it seems that the community are moving more and more to C# books, blogs, almost all the code Microsoft produces on for example C …
9
votes
22answers
1k views

Why should i learn C++.

Everyone has been telling me to learn C++. With out bashing languages right and left, Can someone please state some relevant reasons as to why i should learn C++ today. note that …
-2
votes
1answer
49 views

Isn’t external ORM as overcomplicated as EJB ?

How external ORMs simplify anything when you have to cope with complex XML configuration like the Java EJBs ? Complexity just hide somewhere else. Moreover It introduces dependenci …
6
votes
36answers
1k views

When reviewing somebody else’s code, what is it that you usually find most disturbing?

When reviewing somebody else's code, what is it that you usually find most disturbing?
-3
votes
2answers
238 views

What languages do well know language designers hate? [closed]

Does Guido hate perl? Did Kernighan hate C++? I'd be interested in knowing their ideas on other popular languages.
2
votes
4answers
140 views

Javascript Distributed Computing

Why aren't there any Javascript distributed computing frameworks / projects? The idea seems absolutely awesome to me because: The Client is the Browser Iteration can be done with …
2
votes
11answers
242 views

What is the best practice for programming brace or brackets placement? [closed]

I know it doesn't matter to the compiler, but for best programming practices are any of these a superior style to the other? function myfunction () { } or function myfunction …

1 2 3 next
15 30 50 per page