Skip to main content
Nat's user avatar
Nat's user avatar
Nat's user avatar
Nat
  • Member for 7 years, 6 months
  • Last seen more than a month ago
20 votes

How does an event listener work?

12 votes

What does this statement about C# and Java being half of a language mean?

9 votes

Throw an exception in default case of a switch?

7 votes

Pass object twice to same method or consolidate with combined interface?

7 votes

C# is fantastic, if only List 'd respect Remove&Return

4 votes

When to use / not use syntactic sugar

4 votes

Feature of CPU needed to run Javascript fast

4 votes
Accepted

Is it viable to use imprecise analog computers to simulate equally artificial intelligence?

3 votes

Does a constructor that validates its arguments violate SRP?

2 votes

How to avoid comments about one line of code for cleanliness

2 votes
Accepted

What is the time complexity of this algorithm

2 votes
Accepted

Where is network data stored while awaiting to be written to disk?

2 votes

Never make public members virtual/abstract - really?

2 votes

Determining the object that caused a null reference exception?

1 vote

Testing the wording of an Exception message

1 vote

How to avoid global mutable variables within a class?

1 vote

Is "Parent x=new Child();" instead of "Child x=new Child();" a bad practice if we can use the latter one?

1 vote

How can a website get the phone number of the device used to call it?

1 vote

Visitor Pattern: what's the point of the `accept` method?

1 vote

Declaring that a function never returns

0 votes

Should modifying a hash function be considered a breaking change?

0 votes

Should I implement one interface with two methods or two interfaces?

0 votes

Problem with runaway number of properties

-1 votes

Is there a name for a closure which just returns a value?