Skip to main content
T. Sar's user avatar
T. Sar's user avatar
T. Sar's user avatar
T. Sar
  • Member for 8 years, 8 months
  • Last seen this week
  • Brazil
104 votes
Accepted

Is it a bad design for a programming language to allow spaces in identifiers?

68 votes

Should the solution be as generic as possible or as specific as possible?

32 votes

In C#, is there a way to enforce behavior coupling in interface methods or is the fact that I am trying to do that a design smell?

17 votes

Why isn't there a data type for just a date?

10 votes
Accepted

What are the most idiomatic abbreviations for comparison operators

5 votes

How to share the same behaviour in different classes?

5 votes
Accepted

What should I call an internal casting function that may fail

5 votes

What do you do with branches you've abandoned?

5 votes

How can i convince my CTO that opening our code can be very good for the company?

3 votes

Where do I define WCF client endpoints in a test project?

1 vote

How can I model IS-A relationship on a ledger, when having different classes of products?

1 vote

How to translate business requirements/logic into code?

1 vote
Accepted

Dynamically add/change attributes of values in C#

1 vote
Accepted

Double way parent child relationship in Django

1 vote

Microservices - how to implement search combined with security cross cutting concern?

0 votes
Accepted

How to check for ID uniqueness on large dataset that can't fit into memory or on a single disk

0 votes

How to measure how "changy" something is?

0 votes

C# Duplicated usage of an if/else condition and a ternary operator. A good practice?

0 votes

Should clients send all required information to servers?

0 votes
Accepted

Turn based game class design

-1 votes

What are the benefits of storing data contiguously?