Tagged Questions

5
votes
10answers
478 views

null objects vs. empty objects

[ This is a result of Best Practice: Should functions return null or an empty object? but I'm trying to be very general. ] In a lot of legacy (um...production) C++ code that I've …