Arun NarayanJava Optional Anti-Patterns: Avoid These Traps for Cleaner CodeMaster the Art of Using Optional Without Falling Into Common Pitfalls1d ago
Full Stack DeveloperHow I Started Doing ‘Null Pointer Exception’ Checks using just One Word in JavaI have discussed 2 one-word options for replacing boiler plate code to perfome null check in your application. I hope this helps you!!!!Nov 205
Jayram ManaleMastering Optional in Java: Eliminate NullPointerException ForeverDiscover How Java’s Optional Class Transforms Null Handling with Cleaner, Safer, and Modern Code Practices4d ago4d ago
Nayana WeligallaOptional in Java 8Java Optional, introduced in Java 8, helps manage null references by offering a type-level solution. Optional is like a container in Java…Jan 23Jan 23
Nitin SaxenaDemystifying Optionals in Swift: A Beginner-Friendly Guide with Real-Life ExamplesHello, I’m Nitin Saxena, a certified iOS Developer passionate about sharing knowledge with the community. In this blog, I’ll help you…Nov 23Nov 23
Arun NarayanJava Optional Anti-Patterns: Avoid These Traps for Cleaner CodeMaster the Art of Using Optional Without Falling Into Common Pitfalls1d ago
Full Stack DeveloperHow I Started Doing ‘Null Pointer Exception’ Checks using just One Word in JavaI have discussed 2 one-word options for replacing boiler plate code to perfome null check in your application. I hope this helps you!!!!Nov 205
Jayram ManaleMastering Optional in Java: Eliminate NullPointerException ForeverDiscover How Java’s Optional Class Transforms Null Handling with Cleaner, Safer, and Modern Code Practices4d ago
Nayana WeligallaOptional in Java 8Java Optional, introduced in Java 8, helps manage null references by offering a type-level solution. Optional is like a container in Java…Jan 23
Nitin SaxenaDemystifying Optionals in Swift: A Beginner-Friendly Guide with Real-Life ExamplesHello, I’m Nitin Saxena, a certified iOS Developer passionate about sharing knowledge with the community. In this blog, I’ll help you…Nov 23
Gürkan UÇARHow to Prevent Null Pointer Exceptions in Java?In java, we don’t have something like optional chaining (?.). And most of the time when we want to get a nullable value from object, we…Jun 82
InCode & Conquer iOSbyRoberto SampaioCreate Your Own Optional | 3Can you create your own optional in Swift?Nov 21
Amit ToorFixing Java 8 OptionalAlong with many other features, Java 8 came with lambda style of programming, which lets you write code in more concise and expressive way…Oct 10, 20201