|
||||||
| Programming Theory Discuss programming theory, algorithm efficiency, logic, and other any other category where math and computer science overlap. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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 |
| Sponsored Links |
|
|
|
|||||
|
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.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Tags |
| code of practice, programming, resposibilities |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Successfully Selling Your Software | Jordan | Tutorials, Classes and Code | 9 | 05-19-2008 07:25 AM |
| Software Dungeon | bungman | Shareware Sites | 6 | 01-03-2007 01:16 AM |