Thread: Design patters/discussion

  1. #16
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by cpjust View Post
    I love this Uncyclopedia wiki though: Uncyclopedia
    You betcha! It contains one of my favorite quotes:

    Global warming is an issue on which humankind has come to unanimous agreement with unprecedented speed. The Earth is warming, or else it's cooling
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  2. #17
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by zacs7 View Post
    Yes shame the wiki failed. Not that I contributed. A wiki has a time and a place. Something that is forgotten often.
    In fact I've just learned the Cboard wiki does still exist:

    SourceForge.net: cpwiki

    altho the connection to cboard is not immediately apparent. I didn't search for a "C programming wiki", having presumed that if I hadn't seen it, it doesn't exist.

    It is somewhat shy on pages, but on the other hand there's a lot more than most people would bother with single-handed, so I don't know if it's fair to call that "a failure". Of course, I think these things probably work a lot better when properly integrated into a larger site (so the wiki is part of, and not the totality).

    Mebbe jeff needs to add the "Why use a design pattern" page
    Last edited by MK27; 02-11-2010 at 09:40 AM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #18
    Registered User valaris's Avatar
    Join Date
    Jun 2008
    Location
    RING 0
    Posts
    507
    Quote Originally Posted by zacs7 View Post
    I'd say Design Patterns are far more interesting than the maths behind CS. Seriously, yawn. I'll learn as much as required to be a good SE. But it stops there
    Agreed

  4. #19
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  5. #20
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Thanks for that dude, I may have actually found my niche:

    ProtoTry

    The ProtoTry Pattern is a quick and dirty attempt to develop a working model of software. The original intent is to rewrite the ProtoTry, using lessons learned, but schedules never permit. The ProtoTry is also known as legacy code.
    ProtoTry coders of the world unite!
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  6. #21
    Registered User NeonBlack's Avatar
    Join Date
    Nov 2007
    Posts
    431
    Quote Originally Posted by Mario F. View Post
    You betcha! It contains one of my favorite quotes:
    It also contains one of my favorite quotes:

    AAAAAAAAAAAAAAAAAAAAA
    On the topic of design patterns, I enjoy reading and learning about them, but they don't seem to be good conversation pieces.
    I copied it from the last program in which I passed a parameter, which would have been pre-1989 I guess. - esbo

  7. #22
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Yeah, great cpjust, I am probably now addicted to the Uncyclopedia. In the past half hour I've been getting turned on to its almost as amusing cousin:

    Scientist - Conservapedia
    Last edited by MK27; 02-11-2010 at 06:48 PM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  8. #23
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    Then don't participate. Problem solved. Some of us are interested in new ways of architecting non-trivial systems.
    Sorry. The way I see it is that there are a billion important and valid and useful problems to solve in this world where we could devote our efforts, and design patterns is so far down on the list that it should only be taken up in an effort to merely assist (briefly) in solving another much-more-important problem.

    That's my 2 cents.
    My Website

    "Circular logic is good because it is."

  9. #24
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    I love this Uncyclopedia wiki though: Uncyclopedia
    C++ article on Uncyclopedia :-)

    "C=C+1 (IPA:/si? 'e.kw?l? si? pl?s wa?n/) is an alleged programming language derived from C by programming language algebra. It is one of the most successful conspiracies hatched/practical jokes ever played on nerds who take ideas like OOP seriously."
    My Website

    "Circular logic is good because it is."

  10. #25
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Quote Originally Posted by MK27 View Post
    Yeah, great cpjust, I am probably now addicted to the Uncyclopedia.
    At least you're getting a good Edumacation from the Uncyclopedia.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Game Engine Design
    By IceDane in forum Game Programming
    Replies: 2
    Last Post: 01-17-2010, 02:47 PM
  2. which design is better to wrap another class instance
    By George2 in forum C++ Programming
    Replies: 7
    Last Post: 04-13-2008, 12:27 AM
  3. any comments about a cache design?
    By George2 in forum C Programming
    Replies: 6
    Last Post: 09-14-2006, 12:53 PM
  4. Implementing Inheritence into your design
    By bobthebullet990 in forum C++ Programming
    Replies: 6
    Last Post: 08-05-2006, 04:40 PM