Skip to main content
JvR's user avatar
JvR's user avatar
JvR's user avatar
JvR
  • Member for 11 years, 7 months
  • Last seen more than 6 years ago
23 votes
Accepted

Is it possible for business logic not to creep into the view?

21 votes

I am making 4-5x more story points than average, but producing bugs at half the rate. Graphs say it's 2x more bugs, how to deal with that?

12 votes

Builder Pattern: When to fail?

10 votes

Java serialization - advantages and disadvantages, use or avoid?

9 votes
Accepted

Only functions without a class in cpp file! good design or not?

5 votes

Is immutability very worthwhile when there is no concurrency?

3 votes
Accepted

URI Representing a Single Resource with Two Possible Identifiers

3 votes

Why not embed styles/scripts in HTML instead of linking?

2 votes
Accepted

Client auto-detect required server

2 votes

Managing resource paths in source code

2 votes

How to migrate an XML serialization framework in Java in a tightly coupled system?

2 votes
Accepted

Should I assert in packages?

2 votes

Guessing a phone number's country code

2 votes

How can I encourage people to read error messages?

1 vote

Quantifying the advantages of a modern version control system

1 vote

For web apps (vs web pages) why not put scripts and css inline?

0 votes

MVC pattern synchronisation

0 votes

What encoding is used by javax.xml.transform.Transformer?

0 votes

How other thread can show the incremented value unless the 1st thread reaches the return statement?