Antipatterns to avoid creating your own WTF code!



  • Hi,

     I just discovered the term 'antipatterns' today. Google it, lots of great stuff, or see the following for an introduction:

     http://sourcemaking.com/antipatterns/


  • :belt_onion:

    @mixandmash.tv said:

    Hi,

     I just discovered the term 'antipatterns' today. Google it, lots of great stuff, or see the following for an introduction:

     http://sourcemaking.com/antipatterns/

    And have you heard of this new-fangled MVC pattern? Try it and hilarity ensues!



  • @mixandmash.tv said:

    Hi,

     I just discovered the term 'antipatterns' today. Google it, lots of great stuff, or see the following for an introduction:

     http://sourcemaking.com/antipatterns/

    Hi, you must be new to the internet.  Be sure to check out 2girls1cup.  Google it, lots of great stuff.


  • @bstorer said:

    @mixandmash.tv said:

    Hi,

     I just discovered the term 'antipatterns' today. Google it, lots of great stuff, or see the following for an introduction:

     http://sourcemaking.com/antipatterns/

    Hi, you must be new to the internet.  Be sure to check out 2girls1cup.  Google it, lots of great stuff.
     

    Be nice, he's probably 13.  Maybe he just started computer classes in school and he's excited about his newfound knowledge.  Maybe he lives in West Virginia (or worse Missouri!! you know who fag) and they just got teh internets.



  • @amischiefr said:

    Be nice, he's probably 13.  Maybe he just started computer classes in school and he's excited about his newfound knowledge.  Maybe he lives in West Virginia (or worse Missouri!! you know who fag) and they just got teh internets.
    Hey, if I live in WV and we just got television, that's no excuse for me to rush over to CNN headquarters to let them know Barack Obama is the President.


  • ♿ (Parody)

    @bstorer said:

    Hey, if I live in WV and we just got television, that's no excuse for me to rush over to CNN headquarters to let them know Barack Obama is the President.
    This analogy needs more cars:

    If I'm President of the United States, and I just got my first car manufacturer, that's no excuse for me to rush to tell them to let their union run the company.



  • Re: "And have you heard of this new-fangled MVC pattern? Try it and hilarity ensues!"

    Yep was at a technology seminar yesterday and one of the presentations presented MVC. Actually, the application I am currently developing is mostly based around MVC...  ...mostly...

     



  •  Re: "Hi, you must be new to the internet.  Be sure to check out 2girls1cup.  Google it, lots of great stuff."

    lol, that must be the new tubgirl right? not falling for that again...



  • @mixandmash.tv said:

    Re: "Hi, you must be new to the internet.  Be sure to check out 2girls1cup.  Google it, lots of great stuff."

    lol, that must be the new tubgirl right? not falling for that again...

    You fail jokes.  And quoting.

    Did the Quote button somehow elude you?  it's not hidden.
    Quote


  • :belt_onion:

    @mixandmash.tv said:

    Re: "And have you heard of this new-fangled MVC pattern? Try it and hilarity ensues!"

    Yep was at a technology seminar yesterday and one of the presentations presented MVC. Actually, the application I am currently developing is mostly based around MVC...  ...mostly...

    Funnily enough I've started working on a project that is supposed to use the MVC pattern but upon closer inspection it looks more like Model-View-Presenter.

    Then again, after going through the code it appears to be just a steaming pile of dung. They do use a pattern, but not one you can find on Microsofts Patterns & Practices website. And it's definitely not a pattern that helps me reaching 80% code coverage for my automatic unit testing.

    Btw, hasn't Martin Fowler deprecated MVC (or was it MVP) in favor of the "Passive View" and the "Supervising Controller"?



  • @bjolling said:

    Btw, hasn't Martin Fowler deprecated MVC (or was it MVP) in favor of the "Passive View" and the "Supervising Controller"?
    It was MVP, but yes.


Log in to reply