CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 15
  1. #1
    Join Date
    Jul 2005
    Posts
    767

    Do you think performance at work really count these days??

    I think not at all...
    Today's customer is very dynamic and changing fast according to market or customer demand. Not all bothered about the performance one applies at work but rather the looks at the overall work done, Even if it is done the stupid way!

    I have been working since almost 3 years now but see the same attitude of customer no matter how big the customer is or how small...This some times really puts my moral down...and brings a feeling as if I am in the wrong end/wrong place

    Would be happy to see your comments.
    Last edited by MrBeans; July 5th, 2006 at 04:40 AM.

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Do you think performance at work really count these days??

    Hey Ashwin, cheer up man, this is exactly what happens everywhere, same with me. I have learned one thing, IT industry have 90% of dirty work for us, and that is only why they pay good money.

    There are ways though, you need to wait for right time to come.
    Regards,
    Ramkrishna Pawar

  3. #3
    Join Date
    Oct 2004
    Location
    muahaha
    Posts
    84

    Re: Do you think performance at work really count these days??

    if it's done in a stupid way, I doubt it'll came out as a good result/outcome...let say in programming...the stupid way mostly end up with a problematic program/application...

    or maybe I don't understand your post...so spare me, MrBeans if I do misundertand you post...

    ...???...
    ...don't blame me...when I smell nicc 'o' tyne...
    ...friends are like bras: close to your heart and there for support..


  4. #4
    Join Date
    Mar 2004
    Location
    (Upper-) Austria
    Posts
    2,899

    Re: Do you think performance at work really count these days??

    Quote Originally Posted by mrRee
    if it's done in a stupid way, I doubt it'll came out as a good result/outcome...let say in programming...the stupid way mostly end up with a problematic program/application...
    Stupid design may also lead to a functional program. I don't want to know how many closed source software has been done the stupid way.

    Well, I can only rate the school project our class does. And well, the design that's behind most of the application my class mates write is horrible. Oh well, there is no design. Just a bunch of 70kb FormX.cs files. Their performance is most of the time horrible, but they work. And "our" customers are satisfied.
    I am not offering technical guidiance via email or IM
    Come on share your photo with us! CG members photo album!
    Use the Code Tags!

  5. #5
    Join Date
    Oct 2002
    Location
    Singapore
    Posts
    3,128

    Re: Do you think performance at work really count these days??

    IMHO, it is very likely that the customers didn't state whether they need performance during the requirement phase. Probably, their working environment doesn't a program that scales and performs well. This is especially so for customer who has just started to replace manual work with running program. Which is also why they haven't work out a complete work process that fully utiliize the program so that they need performance. Since they only need a working code, it is quite likely that they don't worry about it and therefore they don't want to pay for it.
    quoted from C++ Coding Standards:

    KISS (Keep It Simple Software):
    Correct is better than fast. Simple is better than complex. Clear is better than cute. Safe is better than insecure.

    Avoid magic number:
    Programming isn't magic, so don't incant it.

  6. #6
    Join Date
    Oct 2004
    Location
    muahaha
    Posts
    84

    Re: Do you think performance at work really count these days??

    Quote Originally Posted by NoHero
    Stupid design may also lead to a functional program. I don't want to know how many closed source software has been done the stupid way.

    Well, I can only rate the school project our class does. And well, the design that's behind most of the application my class mates write is horrible. Oh well, there is no design. Just a bunch of 70kb FormX.cs files. Their performance is most of the time horrible, but they work. And "our" customers are satisfied.
    ah! that....for me, software with performance issue is also a problematic software...at least, that's my experience...my customer demand the performance too as they expect good result from each pennies they spent...well, a few of them just don't care but most of them are really care about performance issue...so stupid way is not an option...hmmm....maybe I'm a bit unlucky to encounter those fussy customers...

    I though, this thread is about, how the programmer perform at work misght effect the customer satisfaction...so sorry about this huge misunderstanding, MrBean....spare me this time please...
    Last edited by mrRee; July 5th, 2006 at 09:31 PM. Reason: add quote

    ...???...
    ...don't blame me...when I smell nicc 'o' tyne...
    ...friends are like bras: close to your heart and there for support..


  7. #7
    Join Date
    Jul 2005
    Posts
    767

    Re: Do you think performance at work really count these days??

    Oh no mrRee It is good to see you serious at least once

  8. #8
    Join Date
    Jan 2001
    Posts
    22

    Re: Do you think performance at work really count these days??

    Why would a customer care how a piece of software is written?

    If they cared, they would be software developers, or they would at least develop internally. Pretty and functional SHOULD be the two most paramount indicators of how "good" software is.

    Remember the "best" way to write software is to keep the customer happy,
    not be able to brag to your fellow coders how you managed to write an alogrithm in 3 lines, rather than the "old" way of 10 different method calls. Especially if you spend a week shaving a tenth of a second off of a function that still takes 3 seconds to complete.


    I DO think that design is important. If a customer comes to us and says, "I want software to do X and Y, but later on we'll need to do A and B, then it's up to software developers to account for A and B. But not for C and D and E and "phantom" uses that may or may not materialize.

  9. #9
    Join Date
    Jul 2005
    Posts
    767

    Re: Do you think performance at work really count these days??

    Quote Originally Posted by JPicasso_00
    Remember the "best" way to write software is to keep the customer happy, not be able to brag to your fellow coders how you managed to write an alogrithm in 3 lines, rather than the "old" way of 10 different method calls. Especially if you spend a week shaving a tenth of a second off of a function that still takes 3 seconds to complete.
    hmm Good suggestion there will take that ...kind of scares me out though...

  10. #10
    Join Date
    Mar 2004
    Location
    Ukraine
    Posts
    170

    Re: Do you think performance at work really count these days??

    Well its familiar problem for me
    user nowdays (and may be always) needs only nice graphical interface with many colored buttons
    and nothing else
    if it be very stupid and usless software but with beatifull buttons user will apreciate it and he will deny very usefull and workable software but with console interface
    God could improve essentially a
    human nature, but he
    was too anxious with compatibility
    with the monkey.
    (Eugeny Goldberg)

  11. #11
    Join Date
    Oct 2003
    Location
    Merate-North Italy
    Posts
    230

    Re: Do you think performance at work really count these days??

    In the megabites I developed in these 4 years I have applications like this:

    - the user asked for "X only"
    - the user asks to add "Y"
    - the user asks to add "Z"
    - the user asks to add "W"
    - to give everithing a parvence of stability I was forced to create "J and K"


    - the real solution was: "A and B and no more else"

    I challenge you to find a more stupid user

  12. #12
    Join Date
    Oct 2003
    Location
    .NET2.0 / VS2005 Developer
    Posts
    7,104

    Re: Do you think performance at work really count these days??

    Today's customer is very dynamic and changing fast according to market or customer demand. Not all bothered about the performance one applies at work but rather the looks at the overall work done, Even if it is done the stupid way!

    I work for a company who have had me develop 9 systems over the past year and a half. in total I think 2 are in regular use, 3 were used briefly and the rest abandoned because the business moved on by the time they were developed. This business is like a child - by the time you've bought him the Action Man GI Joe he has been coveting off TV, he wants Rollerblades instead..
    "it's a fax from your dog, Mr Dansworth. It looks like your cat" - Gary Larson...DW1: Data Walkthroughs 1.1...DW2: Data Walkthroughs 2.0...DDS: The DataSet Designer Surface...ANO: ADO.NET2 Orientation...DAN: Deeper ADO.NET...DNU...PQ

  13. #13
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,867

    Re: Do you think performance at work really count these days??

    In my view this is all part of a much wider problem affecting the way that businesses are run in the western world. In the UK we’ve had a growing problem for at least 2 decades where the vast majority of our businesses are being run by accountants rather than entrepreneurs as was previously traditional. God knows how these idiots managed to persuade everyone that only accountants can run businesses because, to a man, they are universally crap at the job.

    One big problem with accountants is that they seem to have an inbuilt mistrust of talented individuals. They simply can't connect with talented people whom they seem to regard as mavericks Once the accountants move in you can bet your life that the first thing they’ll do is get rid of all the highly paid talent. They seem to prefer having their businesses run my ‘yes men’ – but even then, it isn’t long before they start getting rid of the expensive yes men and leave themselves with the cheaper yes men. This saves the business a lot of money. Therefore, on paper at least, the accountants can make it look as though they’re doing a really good job. In the early stages, profits usually rise significantly, year on year. Of course, the problem with a business full of yes men is that they rarely know what they’re talking about. They have little understanding of the needs of customers. Nor do they know how to interface with suppliers - for example, when it comes to specifying products and services that the company needs. This is why you keep getting half-baked specifications that are constantly being changed.

    In Britain we have a saying about accountants... accountants are people who know the price of everything and the value of nothing. It might be humorous but it’s scarily true....
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  14. #14
    Join Date
    Oct 2003
    Location
    Merate-North Italy
    Posts
    230

    Re: Do you think performance at work really count these days??

    Quote Originally Posted by John E
    accountants are people who know the price of everything and the value of nothing. It might be humorous but it’s scarily true....
    From today I'll start to like english humor.
    ++++++++[>++++++++<-]>+.<+++[>++++<-]>+.<++[>-----<-]>.<+++[>++++<-]>++.<+++[>----<-]>-.----.
    God does not play dice with the universe.(A.Einstein)

  15. #15
    Join Date
    Feb 2005
    Location
    "The Capital"
    Posts
    5,306

    Re: Do you think performance at work really count these days??

    Quote Originally Posted by JPicasso_00
    Why would a customer care how a piece of software is written?
    It depends on who the "customer" is!

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

Featured