Skip to main content
Polygnome's user avatar
Polygnome's user avatar
Polygnome's user avatar
Polygnome
  • Member for 13 years, 6 months
  • Last seen more than a month ago
42 votes

Is a while loop intrinsically a recursion?

41 votes

Function returning true/false vs. void when succeeding and throwing an exception when failing

17 votes

What is the most efficient way to store a numeric range?

15 votes

How to avoid logical mistakes in code, when TDD didn't help?

11 votes

Force other developers to call method after completing their work

10 votes

Is putting general-use functions in a "helpers" file an anti-pattern or code smell?

9 votes

Are database unique indexes a mask on bad scripting?

8 votes

Is it a code smell to store generic objects in a container and then get object and downcast the objects from container?

5 votes

How does code work without getting compiled or interpreted?

4 votes

Why do mainstream strong static OOP languages prevent inheriting primitives?

4 votes
Accepted

Designing routes for my REST API

3 votes

Are Git repository and software repository same things?

3 votes
Accepted

Retrieve all objects of the same specific class from an abstract class

3 votes

What does "representing" something in memory mean in OOP?

3 votes

What is better IllegalStateException or silent method execution?

3 votes

Working on a branch with a dependence on another branch that is being reviewed

2 votes

using git, bringing old tagged releases up to date

2 votes

Conditionless code when working with a time bound cached map

2 votes

Is inheriting from a non-abstract class bad OOP?

1 vote
Accepted

Populate values in a map from a series of function calls

1 vote

How to model interaction between entities in ECS?

0 votes

Is having 3 return types for a function, in order to facilitate error handling a bad idea?