Skip to main content
Errorsatz's user avatar
Errorsatz's user avatar
Errorsatz's user avatar
Errorsatz
  • Member for 7 years, 6 months
  • Last seen more than 3 years ago
8 votes
Accepted

Can we say Apple inherits from both Fruit and Seed classes?

5 votes

Why is scope a good thing?

5 votes
Accepted

Selectively exposing interface of inner members

4 votes

Declaring unnecessary variables for readability

4 votes
Accepted

What is the best object-oriented design approach for a tree with two node types?

4 votes

Is it a good practice for functors to store outputs as instance attributes?

3 votes
Accepted

Succinct and explicative way to name "cooldown" variables

3 votes

Dynamically knowing all the subclasses of a superclass

3 votes
Accepted

Initiating a class from its static method

2 votes
Accepted

What is the appropriate architecture to access variable in parent from element of child list?

2 votes

Is this the return type covariance issue PHP faced when type declarations launched, violation of Liskov principle, or flaw in my pattern?

2 votes
Accepted

How to do grid systems with floats given precision causes problems

1 vote

How to expose C++ static library interface, extending Pimpl to an abstract interface

1 vote

Best design pattern for Notification System => How to handle multiple languages and items

1 vote

How to bring a code to conformance with tell, don't ask without creating tons of methods on other classes?

1 vote
Accepted

Algorithm that maps consecutive whole numbers to sets of numbers

1 vote

What are some use cases for the object pool design pattern?

1 vote

Get data from the byte array

1 vote

Unit testing Markov chain code

1 vote

Nesting Objects without Passing Arguments?

0 votes

Writing C# utility that checks on property

0 votes

Effective implementation of "array" of type Int X String -> String in .NET or in general

0 votes

How can I unit-test the presence of specific file contents, through an interface?

0 votes
Accepted

Should I directly use pre-built codes on Github?