- Google Dart gains sound null safety - 1 Update
aminer68@gmail.com: Jun 14 02:37PM -0700 Hello, I have just read the following news: Google Dart gains sound null safety https://www.infoworld.com/article/3562572/google-dart-gains-sound-null-safety.html And as you have noticed , i have also provided you with the following MyNullable library for Delphi and FreePascal that brings null safety. Java lacks null safety. When a function receives an object, this object might be null. That is, if you see 'String s' in your code, you often have no way of knowing whether 's' contains an actually String unless you check at runtime. Can you guess whether programmers always check? They do not, of course, In practice, mission-critical software does crash without warning due to null values. We have two decades of examples. In Swift or Kotlin, you have safe calls or optionals as part of the language. Here is MyNullable library for Delphi and FreePascal that brings null safety, you can download it from my website here: https://sites.google.com/site/scalable68/null-safety-library-for-delphi-and-freepascal Thank you, Amine Moulay Ramdane. |
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page. To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com. |
No comments:
Post a Comment