votes
Is it bad practice to pass a model to the view that may have null vaues?
I have custom view models that I pass from my controller's action to the view. Is it bad practise to have properties on the model that are null? The values that are null are not accessed because I have a if statement to prevent access ...
