2

Every time I am tired of writing default values for optional values (values that can be nil but HAVE to have some default value unless they break the app / program I just tell it to be any valid value instead of nil,and if it’s nil the app / program crashes the fuck up.

I test it by feeding it ONLY valid data.

Irresponsible, I know, but none of my projects have passed testing phases and all of them never really finished development.

Comments
Add Comment