Just as the title says, I think it would be great to have business logic code generation automatically create a toString method when the object model is created. Just listing the object properties like so: "objectId = “123ABC”, customString=“Value!”, customDate=“12/12/2015"”.
I’ve just been adding them myself up to this point but I think it could be great to have built in by default for debugging.