I'm in a situation where I need to take a vital step on handling nulls. It seems that some prefers to not allow nulls at all and just use known default value, while others argue that a truely null values should be preserved as a null. Which one is the right approach and which path should I follow...