Imagine you're a function whose implementation body is written over time by you (the conscience). Your function is invoked once at your birth and seizes to execute when you die.
* You don't control what arguments are passed to your function
* But you do have complete control over the implementation
It's OK to verify your arguments, but then, once you realized you've been given less-than-ideal values, you don't have to continue processing them. Stop writing code that depends on these inputs and write your own implementation as if those arguments never existed. You're not the product of your input values, they're just there and it's your decision whether to use them or not.
Also, how are you dead weight if you're a millionaire? This would mean your parents are carrying you. Buy a house and GTFO then. Visit your parents once in a while. Call your mom.
* You don't control what arguments are passed to your function
* But you do have complete control over the implementation
It's OK to verify your arguments, but then, once you realized you've been given less-than-ideal values, you don't have to continue processing them. Stop writing code that depends on these inputs and write your own implementation as if those arguments never existed. You're not the product of your input values, they're just there and it's your decision whether to use them or not.
Also, how are you dead weight if you're a millionaire? This would mean your parents are carrying you. Buy a house and GTFO then. Visit your parents once in a while. Call your mom.