- Kotlin 1.6.20 Brings Definitely Non-Nullable Types, Standalone Android Executables, and More https://www.infoq.com/news/2022/04/kotlin-1-6-20-released/ 9 comments programming
- Nullable intersection types goes to vote https://wiki.php.net/rfc/nullable_intersection_types#vote 24 comments php
- Why nullable types? https://medium.com/dartlang/why-nullable-types-7dd93c28c87a 114 comments programming
- Why does Dart have nullable types? https://medium.com/dartlang/why-nullable-types-7dd93c28c87a 13 comments dartlang
- The Non-Nullable Reference Types - A Breaking Change To Embrace https://www.youtube.com/watch?v=mk3wFUHNj74&t=303s 28 comments csharp
- C# 8 nullable reference types https://developers.redhat.com/blog/2020/03/05/c-8-nullable-reference-types/ 13 comments csharp
- Nullable Reference Types in C# 8 https://youtu.be/1tpyAQZFlZY?list=PLEx5khR4g7PLHBVGOjNbevChU9DOL3Axj 58 comments csharp
- C# 8: Nullable Reference Types Guide https://www.meziantou.net/csharp-8-nullable-reference-types.htm 10 comments csharp
- Using C# 8 and Nullable Reference Types in .NET Framework https://www.infoq.com/articles/csharp-8-framework/ 12 comments csharp
- C# 8 Nullable Reference Types Update https://www.infoq.com/news/2019/06/csharp-8-more-nullable-reference/ 63 comments csharp
- C# 8 Nullable Value Type Enhancements https://www.infoq.com/news/2019/06/csharp-8-nullable-value-types/ 6 comments csharp
- .NET Internals: Nullable Reference Types https://www.infoq.com/news/2019/04/dotnet-nulls 4 comments csharp
- C# 8: Nullable Reference Types - CodeJourney.net https://www.codejourney.net/2019/02/csharp-8-nullable-reference-types/ 4 comments csharp
- Nullable Value Types in L-World http://cr.openjdk.java.net/~jrose/values/nullable-values.html 16 comments java
- Essential .NET - C# 8.0 and Nullable Reference Types https://msdn.microsoft.com/en-us/magazine/mt829270 8 comments csharp
- Introducing Nullable Reference Types in C# https://blogs.msdn.microsoft.com/dotnet/2017/11/15/nullable-reference-types-in-csharp/ 20 comments dotnet
- C# Futures: Nullable Reference Types https://www.infoq.com/news/2017/04/csharp-nullable 88 comments programming
- Non-nullable types https://github.com/microsoft/typescript/pull/7140 8 comments typescript
- Proposal for non-nullable types in C# 7 https://github.com/dotnet/roslyn/issues/5032 122 comments programming
- The difference between explicitly nullable types and Option/Maybe https://news.ycombinator.com/item?id=9669832 34 comments programming
- Non-nullable references as a type https://gist.github.com/geirgrusom/0c766c6f80c9d3e38d91 16 comments csharp
- Non-Nullable Types vs C#: Fixing the Billion Dollar Mistake http://twistedoakstudios.com/blog/?p=330 85 comments programming
- I want non-nullable types in C#4 http://codebetter.com/blogs/patricksmacchia/archive/2007/07/25/i-want-non-nullable-types-in-c-4.aspx 31 comments programming
- I think that nullable types are missing a really useful method https://www.reddit.com/r/csharp/comments/hc2jz2/i_think_that_nullable_types_are_missing_a_really/ 21 comments csharp
- C#8: Nullable Reference Type Checking Primer https://youtu.be/vx67lttGjWw 17 comments dotnet
- Try out Nullable Reference Types https://devblogs.microsoft.com/dotnet/try-out-nullable-reference-types/ 25 comments programming
- Try out Nullable Reference Types https://devblogs.microsoft.com/dotnet/try-out-nullable-reference-types/ 18 comments dotnet
- Prototype of Java's Upcoming Value Types with ? Operator for Nullable Types https://wiki.openjdk.java.net/display/valhalla/lw2 121 comments programming
- Adapting Projects to Use C# 8 and Nullable Reference Types https://www.infoq.com/articles/csharp-nullable-reference-case-study 9 comments programming
- Come and read about new feature of C# 8: Nullable Reference Types - CodeJourney.net https://www.codejourney.net/2019/02/csharp-8-nullable-reference-types/ 20 comments dotnet
- Switch to errors instead of warnings for nullable reference types in C# 8 https://www.tabsoverspaces.com/233764-switch-to-errors-instead-of-warnings-for-nullable-reference-types-in-csharp-8 94 comments csharp
- Sound non-nullable (by default) types with incremental migration in Dart -- proposal https://github.com/dart-lang/language/blob/master/working/0110-incremental-sound-nnbd/roadmap.md 14 comments dartlang
- First steps with nullable reference types https://hashnode.com/post/first-steps-with-nullable-reference-types-cjipxbipt000u2ds23ya381i1 6 comments csharp
- Proposed New Features in C# 8: nullable reference types http://www.techcartnow.com/proposed-new-features-in-c-sharp-8-nullable-reference-types/ 16 comments dotnet
- How to Stop NullReferenceExceptions in .NET: Implementing Nullable Reference Types https://christianfindlay.com/2021/03/18/stop-nullreferenceexceptions/ 5 comments visualbasic
- How to Stop NullReferenceExceptions in .NET: Implementing Nullable Reference Types https://christianfindlay.com/2021/03/18/stop-nullreferenceexceptions/ 36 comments dotnet
- How to Stop NullReferenceExceptions in .NET: Implementing Nullable Reference Types https://christianfindlay.com/2021/03/18/stop-nullreferenceexceptions/ 2 comments csharp
- Library for type safe access of deeply nested nullable paths using conditional types and proxies A.K.A Elvis operator https://github.com/dhruvrajvanshi/ts-failable 9 comments typescript
- GitHub - stepchowfun/typical: Data interchange with algebraic data types. "can be compared to Protocol Buffers and Apache Thrift. ... emphasizing a safer programming style with non-nullable types and exhaustive pattern matching." https://github.com/stepchowfun/typical 86 comments programming
Lambda the Ultimate
- Nullable Types None 10 comments general