Search Results

1
vote

What should be included in a programmer’s code of ethics?

Under no circumstances shall an ethical programmer create of or assist the creation of DRM Response to comment: That's not DRM that's security software for privacy protection. …
0
votes

What’s Your Motto As A Developer/Programmer?

Google knows everything. StackOverflow knows less, but it's better organized. …
3
votes

What is the best comment in source code you have ever encountered?

struct core_unlocker { core_unlocker(lock) { m_lock = lock unlock(lock) //Abandon All Locks, Ye Who Enter Core! } ~core_unlocker() { lock(m_lock …
1
vote

Poll: Does your CTO actually Code?

Our CTO codes, but usually not in the primary engineering department. He does some coding for another department that helps our users write to our external API. It helps him stay in touch with the …