Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Lol design patterns

Name: Anonymous 2007-07-16 19:50 ID:EyTraSGT

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,

http://www.php.net/manual/en/language.oop5.patterns.php#76442

Name: Anonymous 2007-07-16 20:00 ID:mBRgcv8f

there is nothing wrong with singletons if your languages allows you to say

"class X is a singleton"

and that's all the code you need to use.

Name: ENTERPRISE PROGRAMMER 2007-07-16 20:10 ID:dMj7BNLN

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: Anonymous 2007-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: Anonymous 2007-07-16 21:18 ID:lcF2WP5R

BAWWWWWWWWWWWWWWWWWWWWWWWWWWW I HATE CODE REUSE AND JAVA

Name: Anonymous 2009-01-14 14:46

Its just your opinion, man

Name: Anonymous 2009-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: Anonymous 2009-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.

Name: Anonymous 2010-09-05 8:27

Design patterns is faggots

Name: Anonymous 2010-09-05 11:16

>>1
IHBT

Also,
sed 's:Lol \(.*\):I don't actually know what \1 are:'

Name: Anonymous 2010-09-05 12:04

>>10
You're an idiot on several levels, of which responding to a three-year-old post is the least.

Name: Anonymous 2010-09-05 12:40

>>11
Implying an expiration date on being wrong?

Name: Anonymous 2010-09-05 12:59

>>12
Hey! Mind your tongue, peasant! You're talking to Xarn.

Name: Anonymous 2010-09-05 13:50

>>13 xarn sux c++0x

Name: Anonymous 2011-02-03 5:50

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List