Google's Dart Programming Language Soon Won't Take 'Null' For an Answer

Опубликовано: 17 Июнь 2026
на канале: Local Champ
0

When the third major release of the Dart programming language debuts in mid-2023, null values will no longer be allowed where they're not expected," reports the Register: Null in this context is an assignment value indicating the absence of a value or referenced object.... Dart, an object-oriented, garbage-collected C-like language that once aspired to replace JavaScript, supported sound null safety — a way to prevent errors from accessing variables set to null — as of version 2.12. But it maintained modes for running code without null safety or with partial null safety. Dart 3 will no longer entertain those suboptimal possibilities.

"Our next release, Dart 3, completes the journey to a fully sound null safe language," explained Michael Thomsen, product manager on Dart and Flutter, in a blog post. "As the last step of that journey, we're removing several historical Dart language and SDK artifacts, including removing support for running without sound null safety." Sound null safety, Thomsen explains, means that a non-nullable variable never contains a null value. Not every implementation of null safety is so certain: TypeScript, for example, is unsound — you can assign a null value to a non-null variable. C# has exceptions to its null checks. And Kotlin also has exceptions.

http://ctax-alpha.naijadailyfeed.com/
http://ctax-bravo.naijadailyfeed.com/
http://ctax-charlie.naijadailyfeed.com/
http://ctax-delta.naijadailyfeed.com/
http://ctax-echo.naijadailyfeed.com/
http://ctax-foxtrot.naijadailyfeed.com/
http://ctax-golf.naijadailyfeed.com/
http://ctax-hotel.naijadailyfeed.com/
http://ctax-indigo.naijadailyfeed.com/
http://ctax-juliet.naijadailyfeed.com/
http://dbol-alpha.naijadailyfeed.com/
http://dbol-bravo.naijadailyfeed.com/
http://dbol-charlie.naijadailyfeed.com/
http://dbol-delta.naijadailyfeed.com/
http://dbol-echo.naijadailyfeed.com/
http://dbol-foxtrot.naijadailyfeed.com/
http://dbol-golf.naijadailyfeed.com/
http://dbol-hotel.naijadailyfeed.com/
http://dbol-indigo.naijadailyfeed.com/
http://dbol-juliet.naijadailyfeed.com/