Skip to main content
The 2024 Developer Survey results are live! See the results
Aganju's user avatar
Aganju's user avatar
Aganju's user avatar
Aganju
  • Member for 8 years, 7 months
  • Last seen more than a month ago
  • Orlando, FL
15 votes

Unexpected Code Coverage Reduction

12 votes
Accepted

Should locale text include punctuation?

6 votes

Why is the norm of a complex number in the C++ complex library actually the square of the norm?

6 votes
Accepted

use always get and set methods is a bad practique, is call directly an attribute class a bad practique in OOP?

5 votes

Why don't we count CPU operations?

5 votes

Is there a natural architecture design where I should use mutable member variable(c++)?

5 votes

Why are multiple programming languages used in the development of one product or piece of software?

4 votes
Accepted

Using extraneous enum members for bounds/validity checking

4 votes

How to use Macros in Programming to make code faster, efficient and compact

4 votes

Why using methods for database queries instead of raw queries?

3 votes

Chess: Efficiently deciding whether a check mate has been made

3 votes

Is it better to write an efficient algorithm or code that is easier to understand?

3 votes

Should a Product Owner be responsible for an initial prototype?

3 votes
Accepted

Does it make sense to iterate a ranged for loop using constant reference here?

3 votes
Accepted

C++ - Is it a good idea to make separate headers as API?

2 votes

When define locale text file, language key (eg:'en') or text key (eg:'WELCOME_MESSAGE'), which one should be the outermost key?

2 votes

How does one resolve low level types dependent on high level types?

2 votes

Retrieving an incorrectly stored tree data structure

2 votes

Resolving function calls as function arguments using a stack

2 votes

Is it a good practice to end a function's name with a preposition?

2 votes

Is there a use case for boolean parameters?

1 vote

How does an OS limit a program capabilities, if it's working directly with the cpu?

1 vote

Does the output of a compiler depend on the OS you are using?

1 vote

Are there any languages that let you specify that a function can only be called from a single call site?

1 vote

What are "orthogonal" environment variables? [12-factor app]

1 vote

Best practice to "continue" from inside a nested loop?

1 vote

Is this a legit question?

1 vote

When unit testing is not enough (what error cannot be found besides GUI)?

1 vote

How to store external numeric IDs - as strings or as integers?

1 vote

Parsing Complex Context-Sensitive Text