InByteHidebyJuan EspañaF# 9: Nullable Reference Types and Advancing Null SafetyHandling null values has been a constant challenge in software development, ever since Tony Hoare referred to it as his “billion-dollar…3d ago
NematUnderstanding lateinit and Nullable Types in KotlinKotlin offers powerful features for handling variables that need to be initialized later or can hold null values. Two such features are…Jun 12
Puria kazemiehEasy way to check nullability of multiple variables in KotlinDiscover how to streamline null checks in Kotlin with the safeLet extension function. Easily verify multiple variables for null values ...Sep 11Sep 11
Roscoe Kerby RuntimeWithRoscoe [ROSCODE]Choosing Between int and Integer in Java: When Performance Meets NullabilityJava, a popular and versatile programming language, allows developers to choose between using primitive data types like int or wrapper…Oct 23, 2023Oct 23, 2023
YOUNESSE EL HOUBIntroducing SafeProxy: A Solution for Safe Access to Deeply Nested Properties in JavaScript and…IntroductionJul 17Jul 17
InByteHidebyJuan EspañaF# 9: Nullable Reference Types and Advancing Null SafetyHandling null values has been a constant challenge in software development, ever since Tony Hoare referred to it as his “billion-dollar…3d ago
NematUnderstanding lateinit and Nullable Types in KotlinKotlin offers powerful features for handling variables that need to be initialized later or can hold null values. Two such features are…Jun 12
Puria kazemiehEasy way to check nullability of multiple variables in KotlinDiscover how to streamline null checks in Kotlin with the safeLet extension function. Easily verify multiple variables for null values ...Sep 11
Roscoe Kerby RuntimeWithRoscoe [ROSCODE]Choosing Between int and Integer in Java: When Performance Meets NullabilityJava, a popular and versatile programming language, allows developers to choose between using primitive data types like int or wrapper…Oct 23, 2023
YOUNESSE EL HOUBIntroducing SafeProxy: A Solution for Safe Access to Deeply Nested Properties in JavaScript and…IntroductionJul 17
Callan HodgskinDisappointment in C# 8.0 Reference Type NullabilityI was intrigued when I first heard about C# 8.0 introducing reference type nullability. After all, compiler assistance to prevent null…May 18, 2020