Omgili - forum search, search forums  
  

Discussions about should

Displaying 1 - 10 out of 4,371,159 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
As the title says when should I use List and when should I use ArrayList ? Thanks
Started by on , 8 posts by 8 people.  
You should use.
As other said.
You should always use List<TypeOfChoice> whenever you want to store any simple string or no or any basic data.
When using List, you don't have to do that.
When should I use /dev/shm/ and when should I use /tmp? Can I always rely on them both being there on Unices?
Started by on , 3 posts by 3 people.  
You should use /tmp unless you have a very good reason for using /dev/shm.
Not on machines strapped for memory.
When should I create a checked exception, and when should I make a runtime exception? For example, suppose I created the following class: public class Account { private float balance; /* ... constructor, getter, and other fields and methods */ public ...
Started by on , 14 posts by 14 people.  
An exception might be that your the transferTo() , the code notices that the... .
So you should program against these situations.
An exception, in my mind, should be used when often in the real world.
IMHO, it shouldn't be an exception at all.
Ask your Facebook Friends
I'm coding in Erlang and a I am bit unsure about how to approach error handling, especially after seeing the ugly errors Erlang always returns. Should I use try catch in Erlang or should I pass back an error token?
Started by on , 5 posts by 5 people.  
Errors and exits seldom should....
The purpose of this error is to crash, and should.
When that one is raised, you should try and stop, functions that can't match or don't exist, etc.
To be able to handle (maybe because they occur often) .
I’m planning on using Ajax with my web application, but as I’m novice and don’t have much experience I wonder when ajax should and when should not be used? I plan to code with jQuery/php if it makes any difference.
Started by on , 6 posts by 6 people.  
AJAX should not be used.
This can save quite a bit of bandwidth.
When you should and when you shouldn't use AJAX has very little to do with the underlying including all the data you've seen before.
When should I HTML-escape data in my code and when should I URL-escape? I am confused about which one when to use... For example, given a element which asks for an URL: <input type="text" value="DATA" name="URL"> Should I HTML-Escape DATA here or...
Started by on , 4 posts by 4 people.  
In the examples you show, it should be first URL-escaped, then HTML-escaped: <a href.
But it's in HttpUtility ).
I've been involved in the assessing whether a number of our systems need to be rewritten from the ground up or if they should be partially rewritten, or if they should just continue as is with patches on top. In order to better assess the situation I ...
Started by on , 7 posts by 7 people.  
Perhaps you should ask yourself if you? Finally you want to achieve something whenever....
He makes a strong case, and introduce some new problems that weren't in the original version .
I'd recommend you read Things You Should Never Do, Part I .
In past couple of days, I have read about quite a lot about dependency injection/inversion of control/inversion of dependency. I think that, now my understanding of the concept is much better. But I still don't get the following from wikipedia: A. High...
Started by on , 4 posts by 4 people.  
The details.
The abstraction for a new one I should still be able to drive the car without knowing that the engine changed.
It means that if the details change they should not affect the abstraction.
I am creating an application in which i am using stored procedure where i m implementing my logic. Now what i need to know is that- i want my database not to contain any invalid entry, for this purpose should i create triggers, for implementing my data...
Started by on , 6 posts by 6 people.  
For this type of situation....
Use triggers for when you dont have an alternative.
Use your tables and stored procedures to deal with the issue .
Triggers are obscure and can be hard to debug for the developer .
I wouldnt use a trigger for something like this.
Providing Synchronous and Asynchronous versions of Method in c# asks how to provide an async version of a method. One of the answers suggests that class library developers should avoid providing the async method, if possible, based on the single responsibility...
Started by on , 4 posts by 4 people.  
In this case, I think both options should be supported, both Begin*()/End*() and Async on Asynchronous Programming , there's a good clue as to the thinking that should help you decide whether the method should be asynchronous....
Is critical.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Super User
Related Searches
SHOULD    If I Should Die    Should i be worried    should i stop superfetch    Where should crystalreportviewers12 be    should i upgrade from 350d    what should pagefile be    should i format before vista    Where should I go in Japan    Should I say something or shouldn't I   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost