java Programming Glossary: argue
Why are these == but not `equals()`? http://stackoverflow.com/questions/1259693/why-are-these-but-not-equals
What are first-class objects in Java and C#? http://stackoverflow.com/questions/1599176/what-are-first-class-objects-in-java-and-c consensus. For example a Javascript language expert might argue strenuously that an object is only first class if it is template..
Xml configuration versus Annotation based configuration http://stackoverflow.com/questions/182393/xml-configuration-versus-annotation-based-configuration annotations so I don't know how good they are but I would argue that leaving the mapping of beans to the database in XML is..
Who is calling the Java Thread interrupt() method if I'm not? http://stackoverflow.com/questions/2126997/who-is-calling-the-java-thread-interrupt-method-if-im-not to run under the control of some framework you could argue that the InterruptedException is an unexpected exception i.e...
Modern alternatives to Java [closed] http://stackoverflow.com/questions/2571267/modern-alternatives-to-java but does not prohibit simple mutability. One could argue that one off utilities do not have to be super fast but sometimes..
Why doesn't Java Map extends Collection? http://stackoverflow.com/questions/2651819/why-doesnt-java-map-extends-collection It must be useful somehow and I think it's easy to argue for that position . You can't ask what value a given key maps..
Java: when to use static methods http://stackoverflow.com/questions/2671496/java-when-to-use-static-methods this could be converted to a non static version some would argue that since there isn't a privileged choice of which Car is more..
Why must wait() always be in synchronized block http://stackoverflow.com/questions/2779484/why-must-wait-always-be-in-synchronized-block that needs synchronization to work correctly. One could argue that this should be implicit but that would not really help..
assert vs. JUnit Assertions http://stackoverflow.com/questions/2966347/assert-vs-junit-assertions were run not good. In general because of this I would argue that using the JUnit assertTrue is the better practice because..
What is the standard way to bundle OSGi dependent libraries? http://stackoverflow.com/questions/3013583/what-is-the-standard-way-to-bundle-osgi-dependent-libraries you end up with the same jar installed many times. You can argue that your bundle can export the interfaces for the embedded..
Is Grails worth it? [closed] http://stackoverflow.com/questions/397228/is-grails-worth-it time is better spent doing it with pure Java I wouldn't argue otherwise.. I still have my WTFs but now that the steep learning..
Avoid synchronized(this) in Java? http://stackoverflow.com/questions/442564/avoid-synchronizedthis-in-java exposing too much information Other people including me argue that synchronized this is an idiom that is used a lot also in..
Interface naming in Java [closed] http://stackoverflow.com/questions/541912/interface-naming-in-java in most languages Class User Interface IUser Now you might argue that you could always pick a most descriptive name for the user..
The case against checked exceptions http://stackoverflow.com/questions/613954/the-case-against-checked-exceptions the lack rather than a well thought out decision. I would argue that while the over use of checked exceptions is a bad thing..
Java: deep copy, shallow copy, clone [duplicate] http://stackoverflow.com/questions/6182565/java-deep-copy-shallow-copy-clone something different for every Java class. Some people argue as @supercat does in comments that the Java clone method is..
Spring @Autowired usage http://stackoverflow.com/questions/633158/spring-autowired-usage make public setters for dependencies any more So you could argue that we're 1 in the encapsulation information hiding department..
How to generate a regular expression at runtime to match a numeric range http://stackoverflow.com/questions/6349161/how-to-generate-a-regular-expression-at-runtime-to-match-a-numeric-range for this task is debatable. Most people would probably argue that it's not. As I understand it however you have no choice..
Using Singleton design pattern for SQLiteDatabase http://stackoverflow.com/questions/6905524/using-singleton-design-pattern-for-sqlitedatabase be a good enough solution for this I know some purists may argue against it but please note that this is a rather simple application..
Hibernate, iBatis, Java EE or other Java ORM tool http://stackoverflow.com/questions/716532/hibernate-ibatis-java-ee-or-other-java-orm-tool ibatis but I'm also really comfortable with SQL. Some will argue they're way more productive with Hibernate but this is possibly..
|