Skip to main content
AK_'s user avatar
AK_'s user avatar
AK_'s user avatar
AK_
  • Member for 13 years, 10 months
  • Last seen more than 2 years ago
21 votes

Why is instance creation the way it is?

7 votes

Why is negative zero important?

6 votes

Relation between object orientation and algorithms

4 votes

When, if ever, should I daisy chain functions?

4 votes

Private variable vs property?

3 votes

Is it reasonable to not write unit tests because they tend to get commented out later or because integration tests are more valuable?

3 votes

Implementing common logic in base class

3 votes
Accepted

Is studying algorithms important for game development?

3 votes

Can Fluent DSL's exist in big data environments?

3 votes

Which design (pattern) would be suitable to abstract logging platforms?

2 votes

How to test Windows .NET TCP program handling of connection failure

1 vote

Who fixes bugs in a team?

1 vote

Using session managed application environment vs no protection

1 vote

Why static methods can't call non-static methods directly?

0 votes

Accessing shared data without blocking in TPL

0 votes

MaxHeap-like data structure supporting max AND min, also decrease-key (yes decrease-key)

0 votes

How to draw sprint burndown chart?

0 votes

How can I argue convincingly against duplicating database columns?

0 votes

Architecture: Are form default values considered business logic and where should the logic to calculate them be placed?