Skip to main content
Random42's user avatar
Random42's user avatar
Random42's user avatar
Random42
  • Member for 13 years, 5 months
  • Last seen more than 3 years ago
  • Cluj-Napoca, Cluj County, Romania
67 votes
14 answers
38k views

Isn't MVC anti OOP?

65 votes
7 answers
26k views

Can too much abstraction be bad?

53 votes
6 answers
64k views

"A good programmer can be as 10X times more productive than a mediocre one" [closed]

43 votes
6 answers
12k views

Why is type inference useful?

41 votes
5 answers
24k views

Is a lambda expression something more than an anonymous inner class with a single method?

27 votes
6 answers
34k views

Is it a bad habit to (over)use reflection?

23 votes
7 answers
3k views

Quality of Code in unit tests?

23 votes
7 answers
4k views

Does multiple inheritance violate Single Responsibility Principle?

23 votes
4 answers
12k views

Make methods that do not depend on instance fields, static?

18 votes
4 answers
2k views

How much difference does experience make? [closed]

16 votes
2 answers
3k views

Build one to throw away vs Second-system effect

16 votes
6 answers
5k views

Loose Coupling in Object Oriented Design

14 votes
4 answers
51k views

Returning null or a empty value/throw exception? [duplicate]

12 votes
6 answers
7k views

Are immutable/stateless singletons bad?

8 votes
3 answers
4k views

Should adapters or wrappers be unit tested?

5 votes
4 answers
570 views

Are the technologies used in an application part of the architecture, or do they represent implementation/detailed design details?

4 votes
4 answers
879 views

Advantages of paid Java Application Servers? [closed]

3 votes
2 answers
3k views

Unit Tests code duplication?

3 votes
5 answers
1k views

Is working on a large project a good or a bad thing in the long run? [closed]

3 votes
2 answers
692 views

Does it make sense to use interfaces if you don't have polymorphism?

2 votes
2 answers
1k views

Wrapping specific checked exception in domain unchecked ones? [duplicate]

0 votes
3 answers
324 views

C/C++ in applications that do not concern performance [closed]

-1 votes
3 answers
293 views

How to cut the line between quality and time? [duplicate]