The disadvantages tag has no wiki summary.
9
votes
4answers
2k views
What are the disadvantages to declaring Scala case classes?
If you're writing code that's using lots of beautiful, immutable data structures, case classes appear to be a godsend, giving you all of the following for free with just one keyword:
Everything ...
6
votes
7answers
1k views
What are the disadvantages in using Garbage Collection?
Most of the modern languages have built in garbage collection (GC). e.g. Java, .NET languages, Ruby, etc. Indeed GC simplifies application development in many ways.
I am interested to know the ...
4
votes
2answers
2k views
The advantages and disadvantages of using ORM
Good Morning,
I would like to discuss today the advantages and disadvantages of using ORM (such as ADO.NET).
Advantages:
Speeds-up Development - eliminates the need for repetitive SQL code.
...
4
votes
2answers
367 views
Disadvantages to hosting Windows Forms Control in WPF Application?
Are there any disadvantages to hosting a Windows Forms Control in a WPF Application?
My first thought is that performance might be hurt a little bit. Also, there is the air gap issue between the ...
4
votes
1answer
596 views
Drawbacks of tomcat http11nioprotocol
With tomcat 6.0.x, we can use Http11NIOprotocol and get scalable performance. Is there any specific reason/drawback of using NIOprotocol, that tomcat is not using this protocol as a default protocol?
4
votes
4answers
537 views
Advantages/Disadvantages of using Access Applications
I was wondering what the advantages/disadvantages of using Microsoft Access would be compared to just creating a custom C# application. Is the execution time the same? Has its time already passed?
4
votes
5answers
1k views
What are the disadvantages of using inheritance as a way of reusing code?
What are the disadvantages of using inheritance as a way of reusing code?
3
votes
2answers
80 views
JAR executable pros and cons
I have been using JAR files to export my projects in my Java subject at school. I noticed it's portability (assuming the computer in use has Java installed). However, with that fact, why haven't I ...
3
votes
0answers
142 views
JSF 2 (PrimeFaces) - Is it good for high traffic applications [closed]
Is JSF good for high traffic applications? I'm working on a application and I noticed that it does many resource requests for single page. Its client-server stateful approach makes me think it is not ...
3
votes
1answer
275 views
Disadvantages of using Android Compatibility Library on Honeycomb
I would like to know your opinion on disadvantages of using ACL on Honeycomb devices.
I think of using the Library for my application exclusively - even when it runs on Honeycomb itself - otherwise I ...
3
votes
2answers
184 views
Fogbugz and Kiln - any gripes?
We are seriously considering moving to using Fogbugz and Kiln (and Mercurial). We've had a trial period for a month and all seems ok.
I was wondering if anyone uses either or both of these systems, ...
3
votes
2answers
785 views
Why would someone choose Wicket over Struts 2 (or other framework) or viceversa? [closed]
I've been working with Wicket for over a month now. My previous experience is with Struts.
If you talk to a Wicket fan, they will tell you about the goods of overcoming the impedance between the ...
3
votes
3answers
469 views
Disadvantages of storing images in a Database?
Hey! Can anyone please tell me the disadvantages of storing images in a MySQL database?
Is it not as efficient as storing the images on the server? Like, will it take longer for the images to load and ...
2
votes
5answers
226 views
Defining own uniforms over re-using built-in OpenGL variables in GLSL. Why?
I am writing a 3D graphics engine and I have some doubts.
Everywhere you can hear about "how bad it is to use too much uniform variables in your shader program, it can cause slowdown".
On the other ...
2
votes
6answers
770 views
Disadvantage of White Box Testing?
Can you think of any disadvantages of White Box testing - other that the tester needs to know and understand the code (which may have a cost)?
Thanks,
1
vote
2answers
67 views
Are there any advantages of genetic algorithms in comparison to more modern bee/ant colony and PSO algorithms?
I use genetic algorithm in order to solve the NP-hard problem. In fact, it uses additional local search method, which is an ad-hoc procedure considering problem sprecifics.
Rephrasing the title:
I ...
0
votes
3answers
83 views
Pros and Cons of Sharepoint vs Silverlight
I want to understand the differences in applications developing in Sharepoint and Standalone Silverlight application. My application is going to be a dashboard kind of application which some charts ...
0
votes
0answers
52 views
Multiple viewgroups within a fragment or multiple fragments within a viewgroup
What are the pro's to use fragments compared to viewgroups?
I ask this because..
I created some fragments: one with a grid, one with a list. Now I want to make screen transactions but I do not want ...
0
votes
1answer
89 views
What are the pros and cons of having a repeater control in a 3-tier application?
In terms of data accessing, or any other opinions.
If possible, state a better alternative if any.
0
votes
3answers
455 views
WPF: What are the advantages/disadvantages of using WPF UserControl?
I just want to raise this question about WPF's User Control. I just started using this 'control' in my WPF applications, instead of 'adding' all my controls in one WPF window.
Anyways, would I get ...
0
votes
4answers
239 views
disadvantages of marquee tag
well its evil fine
but what evil in it
all browser support it?
which aspx asp.net control i cannot use in this tag?
why not to use the tag?
0
votes
6answers
318 views
When and Why to use abstract classes/methods?
I have some basic questions about abstract classes/methods.I know basic use of abstract classes is to create templates for future classes. But are there any more uses of them ? When should you prefer ...
0
votes
3answers
391 views
Who can tell me about his own experience using Magnolia CMS?
I am looking for some comments on Magnolia CMS.
Is there anybody out there having experience on Magnolia and willing to tell about?
I am interested in comments like usability, how fast to start with, ...
0
votes
4answers
761 views
what are the advantages and disadvantages of making ajax calls using jquery?
As jquery ajax calls makes life really cool without a page refresh... But still interested to know some of the advantages and disadvantages of making ajax calls with jquery....
As i am using ajax ...