java Programming Glossary: dislike
Is there a better practice for Listeners? http://stackoverflow.com/questions/1779589/is-there-a-better-practice-for-listeners I'd say this is the worst possible way because of that. I dislike having clearing house methods for two reasons 1 they are large..
Class with single method — best approach? http://stackoverflow.com/questions/205689/class-with-single-method-best-approach deals in absolutes Of course there are exceptions to my dislike of static methods. True utility classes that do not pose any..
Iterating through a list in reverse order in java http://stackoverflow.com/questions/2102499/iterating-through-a-list-in-reverse-order-in-java Can someone suggest a cleaner way of doing this since I dislike the indexed for loop when working with collections for int i..
How do I change the Javadocs template generated in Eclipse? http://stackoverflow.com/questions/2612633/how-do-i-change-the-javadocs-template-generated-in-eclipse do I change the Javadocs template generated in Eclipse I dislike the default Javadocs generated for me when I create a Class..
Some (anti-)patterns on using assert (Java, and others) http://stackoverflow.com/questions/368750/some-anti-patterns-on-using-assert-java-and-others assert form comes from conversion of DEBUG.ASSERT calls. I dislike the extra parentheses since assert is a language construct not.. a language construct not no longer here a function call. I dislike also return foo Next the asserts don't test here for invariants..
Asynchronous IO in Java? http://stackoverflow.com/questions/592303/asynchronous-io-in-java in a couple of projects. There are things I like and dislike about the framework but to detail this is really another topic...
|