Results 1 to 10 of 10

Thread: Software Engineer vs Computer Programmer

  1. #1

    Thread Starter
    Addicted Member TBeck's Avatar
    Join Date
    Apr 2006
    Location
    Ontario, Canada
    Posts
    254

    Software Engineer vs Computer Programmer

    I know the two are similar but what are the major differences/ similarities between the two?

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Software Engineer vs Computer Programmer

    The software engineer may never really be involved in the actual programming?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Software Engineer vs Computer Programmer

    The computer programmer might not actually know the full-scope of the architecture/design of the application that is being worked on. Given instructions by the software engineer or analyst the computer programmer can produce the code requested.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  4. #4
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Software Engineer vs Computer Programmer

    Quote Originally Posted by szlamany
    ...Given instructions by the software engineer or analyst the computer programmer can produce the code requested.
    Without knowing the entire picture it's difficult to "produce" anything decent. It is best when programmers are involved in the design.

  5. #5
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Software Engineer vs Computer Programmer

    Quote Originally Posted by RhinoBull
    Without knowing the entire picture it's difficult to "produce" anything decent. It is best when programmers are involved in the design.
    We run our shop as you suggest - the programmers are involved and fully understand the scope.

    But I've also done contract programming at sites that had me work as a coder - with no understanding of the full-system. This technique is used in many large shops.

    I wonder what experiences other veteran forum members have had...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Software Engineer vs Computer Programmer

    Quote Originally Posted by RhinoBull
    Without knowing the entire picture it's difficult to "produce" anything decent. It is best when programmers are involved in the design.
    I would agree, but seldom does that happen in my world.

    I have an inbox and an outbox. Specs get put in the Inbox, I code what is on the sheet, put the spec sheet in my outbox, and ship the code to QA for testing. Half the time I have no clue how what I'm doing fits into the application as a whole.

  7. #7
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Software Engineer vs Computer Programmer

    Quote Originally Posted by szlamany
    We run our shop as you suggest - the programmers are involved and fully understand the scope...
    Glad to hear that - let me know if you need any help - it sounds like fun place.


    Quote Originally Posted by szlamany
    ...But I've also done contract programming at sites that had me work as a coder - with no understanding of the full-system. This technique is used in many large shops...
    I've been once in the situation like that - do this, do that in the presize way you're told... After few weeks I asked if I can see the entire picture or at least the scope of the part I was working on and you know I ended up in VP's office... We had a very long and not very pleasant conversation but to my big surprize he decided to "experiment" and follow (partially) my recomendations. Programmers and analysts loved that, all team leads hated it as they couldn't command any more in the way they did. Development cycle became much more productive so everybody benefits. But those team leads (mostly old timers) liked to have the "dummys"...
    It was alot fun...

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

    Re: Software Engineer vs Computer Programmer

    Actualy, to be called a Software Engineer, one need an engineering degree and a certification letter from the local Engineering certification group. Typically, they are on the design end of the process and may or may not be involved in the actual coding.

    Programmers are just that... but even within that realm, there are different levels. Here in our shop, we basically have three levels: Jr. Developers, Sr. Developers, and Systems Analyst/Developers. We are heaviest in the Sr Dev and Analyst end of things, and in a year the Jr Developers will be Sr-level. 9 times out of 10, the only process that the code monkeys (self-labeled) are NOT involved in is the actual requirements gathering. After that, from doing estimates, to design, to development, to testing, all departments are involved in one form or another. We used to allow developers to gather requirements.... but we quickly (Although too late) discovered that it's a bad idea to have developers talking directly to the clients. So now we have account managers to that for us.

    -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??? *

  9. #9
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Software Engineer vs Computer Programmer

    Quote Originally Posted by RhinoBull
    Glad to hear that - let me know if you need any help - it sounds like fun place.
    We just started marketing one of our product lines - if sales go the way we all hope I'll take you up on that

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  10. #10
    Fanatic Member vivek_master146's Avatar
    Join Date
    Apr 2006
    Location
    Delhi,India
    Posts
    787

    Re: Software Engineer vs Computer Programmer

    Computer programmer can itself be a sofware engineer. They are almost the same.
    Dont rely only on your luck. Work hard until You get success.
    vb Code:
    1. Private sub Time_ispassing
    2. While Me.Notgetsuccess
    3. trygain=tryagain+1
    4. Me.workhard
    5. wend
    6. end sub

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