javaBin / javazone-ios-app

MIT License
2 stars 0 forks source link

Empty checks #44

Closed chrissearle closed 7 months ago

chrissearle commented 2 years ago

We check for nil - should also check for empty.

Seen with video (value from sleepingpill: "") but should do a quick check of all locations.

chrissearle commented 7 months ago

May be solved with wrapped -> extension function changes. If not raise specific error when seen.