Skip to main content
CharonX's user avatar
CharonX's user avatar
CharonX's user avatar
CharonX
  • Member for 7 years, 11 months
  • Last seen more than a month ago
18 votes
Accepted

Are vague variable names more maintainable?

11 votes

Cloning Jira tickets at the end of a sprint - carrying over effort and points

9 votes

When is primitive obsession not a code smell?

9 votes
Accepted

How to name two functions that could be named the same?

6 votes
Accepted

Which is the better way to call a method that is only available to one class that implements an interface but not the other one?

5 votes

Does it ever make sense to have a one-to-one obligatory relationship in a relational database?

4 votes

Public static method calls private constructor

3 votes

Set result of getter instead of setter

3 votes
Accepted

Separate variable value from error code using struct

3 votes

Good code style to introduce data checks everywhere?

3 votes

Team is estimating story points, business wants actual time

3 votes

Wrapping enums from a library

3 votes

What do you need Covariant Return Types for?

2 votes

Repo management using Git or SVN

2 votes

Use `using` in C++ or avoid it?

1 vote

Picking a concrete type based on a configuration parameter

1 vote

Should we design our code from the beginning to enable unit testing?

1 vote

Easy to maintain ways that helps code readability in C#?

0 votes

Liskov Substitution principle - strengthening preconditions

0 votes

Does my code violate DRY principle?

0 votes

Put conditional logic inside method for DRY, or keep it outside for readability?

0 votes

Result object vs throwing exceptions