Skip to main content
Telastyn's user avatar
Telastyn's user avatar
Telastyn's user avatar
Telastyn
  • Member for 12 years, 3 months
  • Last seen this week
144 votes
8 answers
10k views

How do I get people to stop bikeshedding (focusing on trivialities)?

43 votes
13 answers
7k views

I am making 4-5x more story points than average, but producing bugs at half the rate. Graphs say it's 2x more bugs, how to deal with that?

27 votes
5 answers
3k views

How to explain why design choices are good? [closed]

27 votes
4 answers
3k views

Is there a good reason to make pure functions non-public?

26 votes
6 answers
7k views

Why implement a lexer as a 2d array and a giant switch?

24 votes
3 answers
8k views

How can I diagnose async/await deadlocks?

17 votes
3 answers
681 views

How to test and optimize when you can't reproduce the environment?

16 votes
3 answers
31k views

Multiple classes with the same name, but different namespaces?

6 votes
3 answers
446 views

How to deal with outlier programmers during sprint planning?

5 votes
3 answers
2k views

Should you write automated tests to check that data is correct (the contents of config files, databases, etc.)?

4 votes
3 answers
2k views

Branching strategy for parallel development that won't be in the same release?

3 votes
1 answer
115 views

PHI, NoSQL, and searching

3 votes
2 answers
471 views

If an entity is composed, is it still a god object?

2 votes
1 answer
208 views

How should common interfaces be shared across source control repositories?

1 vote
1 answer
281 views

Should programmers prefer making wide libraries or thin libraries?

0 votes
0 answers
65 views

If a delegate contains a tail call request, what happens?

-1 votes
1 answer
209 views

How to get people to actually do code reviews promptly? [duplicate]