Results 1 to 40 of 46

Thread: VB Wire News is a joke

Hybrid View

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: VB Wire News is a joke

    Wow, this article is just a cluster ****er: Article :: Robert C. Martin's Clean Code Tip of the Week #8: Your Build Shouldn't Require More Than One Step.

    It starts out as a huge story (this is under a .Net programming article category). 1,787 words later, you're only left with this "value" piece of information (i.e. the only non-story piece of information):
    Quote Originally Posted by Robert C. Martin
    Building a project should be a single trivial operation. You should not have to check many little pieces out of source code control. You should not need a sequence of arcane commands or context dependent scripts in order to build the individual elements. You should not have to search near and far for all the various little extra JARs, XML files, and other artifacts that the system requires. You should be able to check out the system with one simple command and then issue one other simple command to build it.
    I feel more stupider now.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: VB Wire News is a joke

    Quote Originally Posted by Kasracer View Post
    Wow, this article is just a cluster ****er: Article :: Robert C. Martin's Clean Code Tip of the Week #8: Your Build Shouldn't Require More Than One Step.

    It starts out as a huge story (this is under a .Net programming article category). 1,787 words later, you're only left with this "value" piece of information (i.e. the only non-story piece of information):


    I feel more stupider now.
    Wha- the he-- is THAT supposed to mean (the bit you quoted)? I right-click, get latest. I right-click Rebuild All..... and that doesn't even count the automated build that happens on check-in too. Aaaaaany ways, sounds like some one isn't happy with his little Java world... shrug.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: VB Wire News is a joke

    Quote Originally Posted by techgnome View Post
    Wha- the he-- is THAT supposed to mean (the bit you quoted)? I right-click, get latest. I right-click Rebuild All..... and that doesn't even count the automated build that happens on check-in too. Aaaaaany ways, sounds like some one isn't happy with his little Java world... shrug.
    Not only are they not happy in their Java world but they posted only Java code examples and placed the article in the .Net section.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  4. #4
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: VB Wire News is a joke

    Quote Originally Posted by Kasracer View Post
    Wow, this article is just a cluster ****er: Article :: Robert C. Martin's Clean Code Tip of the Week #8: Your Build Shouldn't Require More Than One Step.

    It starts out as a huge story (this is under a .Net programming article category). 1,787 words later, you're only left with this "value" piece of information (i.e. the only non-story piece of information):


    I feel more stupider now.
    To be fair, this does sum up MS's whole view of the world. "This is the way the world should be". They will throw money and people at the problem until the goal is achieved, no matter how they achieve it and no matter how many adorable puppies are stomped on and obliterated along the way.

    The kind of software we produce at my work cannot be built in one single step. It's just physically impossible (mainly because of MS, ironically).

    Anything that makes me hate MS more is a good thing and I thank Kasracer for this thread.
    I don't live here any more.

  5. #5
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: VB Wire News is a joke

    Quote Originally Posted by wossname View Post
    To be fair, this does sum up MS's whole view of the world. "This is the way the world should be". They will throw money and people at the problem until the goal is achieved, no matter how they achieve it and no matter how many adorable puppies are stomped on and obliterated along the way.

    The kind of software we produce at my work cannot be built in one single step. It's just physically impossible (mainly because of MS, ironically).

    Anything that makes me hate MS more is a good thing and I thank Kasracer for this thread.
    Having design goals is an important consideration of any software project.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width