Tagged Questions

-2
votes
3answers
100 views

Why isn’t the Palm OS a more attractive platform? [closed]

I've bought a HP iPaq and now my Palm T|X is a little bit forgotten, but I have some questions about this. Why isn't Palm OS a more attractive development platform (comparing now …
0
votes
3answers
174 views

Pros And Cons Of Haskell

Hello, I've learned much languages, but now I want to choose one, but the language that I most liked was Haskell, it is like a interpreted language, but is a compiled. Then I want …
1
vote
9answers
112 views

Pros and Cons explicitly setting enum field’s values

Is it preferable to explicitly set enum's fields instead of just defining their names? E.g. any pros and cons for Enum1 vs Enum2? Enum1: enum SomeEnum { Something1 = 0, So …
86
votes
27answers
11k views

Why does everyone like jQuery more than prototype/script.aclo.us or mootools or whatever?

It seems that jQuery has taken the throne for JavaScript frameworks and I was wondering exactly why. Is there a technical reason for this or is it just that they have evangelists? …
1
vote
6answers
149 views

Ways to fill a list in Java

Hi, I would like to know your opinions on which you find is a better approach to have a list filled up by a different method. I know there isn't a definite answer, but I would lik …
1
vote
7answers
121 views

Pros And Cons Of Interpreted Languages

Hello, I'm now learning Perl, but what are the pros and the cons of the interpreted languages?, because i started to learn Perl because my friend started, then it's only more one …
0
votes
2answers
46 views

Need to know pros and cons of using RAMDirectory

Hi, I need to improve performance of my Lucene search query. Can I use RAMDirectory?Does it optimize performance?Is there any index size limit for this? I would appreciate if some …
4
votes
8answers
350 views

Pros and Cons of Gaming Frameworks

This question is directed to anyone out there that is just starting in hobby game development. The first thing that comes to ones mind is: Which language/framework should I use? …
0
votes
2answers
66 views

Pros and cons of database events

I am considering rewriting part of an application's data model update methods to include support for registering to events coming from the database. Are there any reasons why this …
9
votes
9answers
465 views

WYSIWYG editor vs Hand Code

What are the pros and cons of using a WYSIWYG editor for web page development vs hand coding? With the exception of just not knowing how to create something by hand coding is ther …
1
vote
4answers
134 views

Advantages/Disadvantages of Refactoring Tools

what are the advantages and disadvantages of refactoring tools, in general?
1
vote
13answers
256 views

In-house Frameworks vs New C# Technologies

If we have developed our own ORM framework and the framework is working fine over the years then why should we learn and use brand new .net technologies like LINQ or Entity Framewo …
4
votes
5answers
694 views

Why generate long serialVersionUID instead of a simple 1L?

When class implements Serializable in eclipse i have two options: add default serialVersionUID(1L) or generated serialVersionUID(3567653491060394677L). I think that first one is co …
2
votes
3answers
354 views

Pros and Cons of Programming in C# vs C++ [closed]

Possible Duplicate: What are core concept differences between C++ and C#? I am an ex professional games programmer and have used C++ for over 7 years now. I am just starti …
3
votes
6answers
246 views

Static classes in C#, what’s the pros/cons?

I am programming a small game for my school assignment, the game is a simple 2D game with monsters, items and bullets. Basically you run around and tries to collect all the item co …

1 2 next
15 30 50 per page