Skip to main content
hobbs's user avatar
hobbs's user avatar
hobbs's user avatar
hobbs
  • Member for 15 years, 2 months
  • Last seen this week
42 votes
Accepted

Why do some languages round to the nearest EVEN integer?

23 votes
Accepted

In layman's terms, what is left recursion?

10 votes
Accepted

Efficient way to calculate how many items to destroy if each has a 70% chance to be destroyed

8 votes

Tabs versus spaces—what is the proper indentation character for everything, in every situation, ever?

7 votes

Have objects delivered in terms of code reuse?

6 votes

What is the significance of reaching major version 1.0.0?

5 votes

Does it make sense to use the term "Space Leak" with regard to Java?

4 votes
Accepted

Fast, lossless compression of a video stream

4 votes

How can I simulate a "negative" type system?

4 votes
Accepted

What licenses are compatible with MASM32's license requirements?

2 votes

Is there any advantage of pushing branches to GitHub without an associated PR?

1 vote

How to avoid repeating "a==b" when comparing "condition a" and then "condition b" and then...?

1 vote

Can it be acceptable to construct SQL queries dynamically?

0 votes

Is there precedent for a language that allows the "early return" pattern to go between function call boundaries?

-2 votes

When to write a custom exception handler?