kfgodel / bean2bean

Github repository for Bean2Bean project
Other
0 stars 0 forks source link

Use void instead of null for creation and destruction #78

Closed kfgodel closed 5 years ago

kfgodel commented 5 years ago

Since null can be used on other types it can be ambiguous when converting objects from null. Different from creation objects out of null. To clarify this situation using void to create will be more intuitive? The problem with void is that it has no instances