null-check
There are 39 repositories under null-check topic.
VenomVendor/NullDefense
Removes invalid objects during Gson parsing which are marked as required, yet null/empty.
staticafi/sbt-instrumentation
Configurable instrumentation of LLVM bitcode
Singulink/RuntimeNullables
Automatic null check injection for runtime C# 8+ Nullable Reference Type (NRT) contract validation.
ryanstull/ScalaNullSafe
A macro-based library for writing efficient and readable null-safe code in Scala.
xzel23/cabe
Inject null-checks into Java-code
idrougge/KotlinGuard
Kotlin implementation of Swift "guard" statement
ccheptea/auto-value-node
An AutoValue extension that makes properties in AutoValue classes accessible as nodes.
sethrudesill/directionless
C#.NET TypeSafeEnum cardinal directions.
unsafe-risk/go-safe
Use nil safety value
marceloboeira/option.cr
ƛ Crystal implementation of Scala's Option Monad
AndersDJohnson/null-propagation
Emulate null propagation operator.
AmrElmasry/Explicit-Null-Status
Force types to be explicit about the null-status (nullable or non-null) of all enclosed constructors, fields and methods
Brar21/TypeScript-Learning
Typescript is better face of Javascript . This repo is tutorial for beginners who want to learns Typescript from scratch every this is written in very simple way or easy to understand. For day get new things about Typescript you can Starred this repository and fork in your local system.
mrFunkyWisdom/nuller
nuller is a simple library for providing default values for null or undefined object property access, created for/at the OSS workshop :lion:
ramonmello/typescript-playground
This is a repository for practicing TypeScript, with examples covering various features.
tholander/optionable
A Typescript OOP implementation of monad
aditya-sridhar/java-handling-nulls-example
Java repository to show how to handle nulls
beatthat/binding-behaviours
Base classes for components that can Bind (as listeners) to various types of events and have all those bindings cleanly/safely unbound, either with an explicit call to Unbind or when the component is destroyed.
gkarthiks/isEmptyObj
https://gkarthiks.github.io/isEmptyObj/ Checks the given object is empty recursively (if needed) and returns true for empty.
tomansill/JavaValidation
Simple and Easy-To-Use Validation Utility Library for Java
9Brainz-iOS/HandleNull
Check object or any value is null or not with its availability. This demo checks the nullability of any object or value which may come from API response and handle it properly accordingly. This demo is specially used in Swift programming language.
breitwan/nil
Enhanced null check syntax for Java
EgressKS/Validator360
Validator360 is a robust validation package that ensures data integrity by checking required fields, such as strings, objects, arrays, numbers, and more, to ensure they are not null, undefined, or empty. It also validates specific formats for emails, passwords, phone numbers and url .
heischichou/Sample-CDM-Tagger
A simple tool to compare new data to historical records. It will tag rows accordingly as duplicate or NULL. The team of interns I was in designed this tool using PySpark and Jupyter Notebook in Microsoft Fabric as a practice exercise within Lexmark Research and Development Corporation's Digital Transformation program.
Karthick-DA/HR-attrition---Excel-Dashboard
This project is all about analysis of data for employee attrition in an organisation and the analysis is from the prospective of the HR department of the organisation.
lecaillon/Conan.Plugin.NullGuard
Conan plugin adds null guard code for all methods and constructors parameters preceded by a [NonNull] attribute.
util-funcs/object-get
Deep dive into plain object and take value by key chaining.
berna39/java-optionals
Java introduced a new class Optional in jdk8. It is a public final class and used to deal with NullPointerException in Java application. You must import java.util package to use this class. It provides methods which are used to check the presence of value for particular variable.
chihyunwon/Kotlin_Null
null 관련 개발 경험 정리
doyasu24/SerializableFieldAssertions
SerializableFieldAssertions provides simple assertion methods for serializable fields with readable error messages in Unity.
georgecatalin-CodePractice-Courses/CSharp-Course-Working-with-Nulls
Code practice associated with the Pluralsight course "Working with Nulls in C#"
Keymii/java-null-check
A redundant null-check analysis and removal implementation using Soot on java, performed on Eclipse OpenJ9 JVM
na-trium-144/nullp-checker
nullptr checker for c++ smart pointer