Closed Thread
Results 1 to 5 of 5

Thread: Responsibilities of Software Programmers?!

  1. #1
    TweakD is offline Newbie
    Join Date
    Apr 2008
    Posts
    1
    Rep Power
    0

    Question Responsibilities of Software Programmers?!

    I have been given an assignment in my introduction to programming class, we are required to research the responsibilities that programmers need to consider.
    We are told to explore the responsibilities in programmers general practice, viruses, maintenance, bugs etc and are told we must cover all three areas, legal/ethical/moral. I have been to my local library, searched the internet and have not found any useful information. if anyone could post links to sites that have this sort of information, or if you could give information from personal experience it would be GREATLY appreciated

    Thanks in advance
    TweakD

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Responsibilities of Software Programmers?!

    For legal responsibilities, you can review computer crime laws. I'm not clear on the distinction between ethical and moral.

    From a day-to-day perspective, my responsibilities are to make sure the code I produce works, is reasonably efficient, is documented, is written in such a manner that I or another person can maintain it later with relative ease. Changes need to be documented both for release notes and within the customer documentation. Testing code to attempt to make sure no bugs exist is a high priority. Bugs that are found by customers tend to be addressed based on the severity of the bug and available resources. Viruses don't really apply to our software, though we use anti-virus software on our computers to protect our systems and the applications we produce from being accidentally infected.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Responsibilities of Software Programmers?!

    A good programmer needs to respect a user's computer - especially when it comes to editing the registry, and the like. Many programs use redundant entries, and create useless files that clog up computers - mostly without asking the user first.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  5. #4
    Join Date
    Apr 2008
    Posts
    789
    Blog Entries
    5
    Rep Power
    24

    Re: Responsibilities of Software Programmers?!

    And in terms of memory: avoid memory leaks like the plague! They slow down computers and make users hate you. That's why you should always free stuff you allocate.
    Last edited by Aereshaa; 07-09-2008 at 04:06 PM.

  6. #5
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: Responsibilities of Software Programmers?!

    Sometimes a programmer must not only be a coder but also a designer, tester etc. I have been "responsible" for a few projects where "the software is your stuff, I'll take care of this %&#..." kinda bosses...
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Software used by game programmers
    By FrozenSnake in forum Software Development Tools
    Replies: 6
    Last Post: 05-27-2009, 08:17 PM
  2. Replies: 0
    Last Post: 06-29-2008, 10:32 AM
  3. C Programmers Help !
    By marks in forum C and C++
    Replies: 3
    Last Post: 08-20-2007, 05:55 AM

Tags for this Thread

Bookmarks

Posting Permissions

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