Skip to main content
jpmc26's user avatar
jpmc26's user avatar
jpmc26's user avatar
jpmc26
  • Member for 12 years, 6 months
  • Last seen more than a week ago
46 votes

Should "No Results" be an error in a RESTful response?

43 votes

Is it effective to review code in language I don't know?

43 votes
Accepted

Is there a conventional way to combine file path strings?

36 votes

Why prefer a package manager over a library folder?

26 votes

Prevent deprecated code from compiling after reaching a deadline

18 votes

Is it stupid to not save the last two characters of a password hash

16 votes

Should a method be forgiving with the arguments that are passed in?

14 votes

Is it unreasonable to expect Any() *not* to throw a null reference exception?

13 votes

How to avoid incrementing ID's being exposed in an API?

11 votes

What can I do for developers who can't learn Git?

11 votes

How do I efficiently search for all the landmarks within a range of a certain landmark?

8 votes

Entity Framework - Is there a safety mechanism to prevent accidentally running Update-Database?

8 votes

What's actually wrong with an endpoint returning HTML rather than JSON data?

8 votes

What's the name of the antipattern opposite to "reinventing the wheel"?

7 votes

How can CI be used for interpreted languages?

7 votes

What can I do to prevent frequent code loss?

6 votes

How can I maintain code quality without SCM?

5 votes

How to specify a precondition (LSP) in an interface in C#?

5 votes

Why not just make non-parameterized queries return an error?

4 votes

Pass object twice to same method or consolidate with combined interface?

3 votes

How can I minimize git pain when everybody is working on master?

1 vote
Accepted

Problem with OOP design

1 vote

Applicability of Single Responsibility Principle

1 vote

How can I avoid always feeling like if I completely rebuilt my program from scratch I'd do it much better?

0 votes

Is it beneficial to study past the basics of a core language when the primary goal is to rely on its framework?

0 votes

Using Func instead of interfaces for IoC

0 votes

How safe is it to compile a piece of source code from a random stranger?

-1 votes

How to communicate that insertion order matters in a map?

-1 votes

Why should I use dependency injection?