Professional enterprise-ready industry-leading best-practices for scalable business solutions. Same old copypasta (the way Java "programmers" do their job), only now they found names for it and fap over how they copypasted trivial code they couldn't come up with. Also, some patterns like "singletons" are pure shit, the forced object-orientation of code taken to the extreme. I should kill all the singleton-using motherfuckers with fire. Also,
public class Singleton
{
// Private constructor suppresses generation of a (public) default constructor
private Singleton() {}
private static class SingletonHolder
{
private final static Singleton INSTANCE = new Singleton();
}
public static Singleton getInstance()
{
return SingletonHolder.INSTANCE;
}
}
Name:
Anonymous2007-07-16 20:33 ID:xe3x/6a+
a singleton is just a poor excuse for a global variable with an extra helping of enterprise
Name:
Anonymous2007-07-16 21:18 ID:lcF2WP5R
BAWWWWWWWWWWWWWWWWWWWWWWWWWWW I HATE CODE REUSE AND JAVA
Name:
Anonymous2009-01-14 14:46
Its just your opinion, man
Name:
Anonymous2009-01-14 14:52
I like how many patterns exist to patch up a language with features that you'd expect from a modern language. Many of them are trivial and non-issues for languages that support first-class functions and/or function pointers.
Name:
Anonymous2009-02-25 7:35
Defined before I compile Java all the requirements of Annex G and multiplication and division have excess overflows both in constant folding and at runtime Here is an enterprise driving solution.