Skip to main content
tt9's user avatar
tt9's user avatar
tt9's user avatar
tt9
  • Member for 10 years, 10 months
  • Last seen more than a month ago
9 votes
3 answers
1k views

How to share a code base among 10+ projects and minimize pain?

9 votes
1 answer
2k views

Does it make sense to apply the principles in Redux to OO languages?

7 votes
4 answers
1k views

Are a class's methods a type of closure?

4 votes
2 answers
3k views

Deep SQL relationships to a C# object model

4 votes
1 answer
4k views

Why does the Windows Clipboard require an STA thread?

3 votes
2 answers
1k views

Could someone write an opensource version of the Windows API?

3 votes
2 answers
5k views

Passing readonly structs in C++

3 votes
2 answers
2k views

In which layer should sorting logic exist

2 votes
0 answers
36 views

What reasons would someone separate instantiation and data loading? [duplicate]

2 votes
1 answer
2k views

How to design a dynamic thread allocator

1 vote
0 answers
118 views

Structuring mongodb documents

0 votes
1 answer
46 views

Calculating object differences and the Actions Required to reconcile

0 votes
0 answers
267 views

Why doesn't Object.prototype.toString produce more meaningful output?