Skip to main content
Joey Adams's user avatar
Joey Adams's user avatar
Joey Adams's user avatar
Joey Adams
  • Member for 15 years, 2 months
  • Last seen more than a month ago
137 votes
8 answers
110k views

Is it better to document functions in the header file or the source file?

96 votes
10 answers
13k views

Why do programmers still use mailing lists? [duplicate]

34 votes
8 answers
8k views

Should character encodings besides UTF-8 (and maybe UTF-16/UTF-32) be deprecated?

32 votes
4 answers
8k views

What is the purpose of the "non-endorsement clause" in the New BSD license?

22 votes
7 answers
1k views

What natural language has the advantage when it comes to programming? [closed]

15 votes
2 answers
2k views

How does an online game continue after the host leaves?

14 votes
6 answers
3k views

Is it fine to have broken intermediate commits, as long as the final commit in any push works?

12 votes
5 answers
5k views

API design pitfalls in C [closed]

9 votes
6 answers
2k views

What is better for prototyping: a statically-typed language, or a dynamically-typed one? [closed]

9 votes
3 answers
720 views

What are some examples of "wartiness" making a programming language more useful?

5 votes
1 answer
2k views

How does Redis (or any typical distributed cache) handle replication conflicts?