Hi,
Sometimes I forget to initialize a class and since it is not required to initialize it - I just found out-, I get unexpected side effects.
I would like to get an error: object not initialized. Just like when you forget to initialize a list, a map, a view etc..
Is this possible?
Sometimes I forget to initialize a class and since it is not required to initialize it - I just found out-, I get unexpected side effects.
I would like to get an error: object not initialized. Just like when you forget to initialize a list, a map, a view etc..
Is this possible?