Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Designing with Types in Dart & Flutter – Sum Types Tutorial

  • Reso Coder
  • 2019-10-19
  • 6981
Designing with Types in Dart & Flutter – Sum Types Tutorial
resocodertutorialprogrammingcodeprogramming tutorialflutterflutter tutorialdartdart sealed classdart sum typedart enumdart type designdart domaindart domain modelingflutter sum typeflutter domain modelingflutter type designflutter sealed class
  • ok logo

Скачать Designing with Types in Dart & Flutter – Sum Types Tutorial бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Designing with Types in Dart & Flutter – Sum Types Tutorial или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Designing with Types in Dart & Flutter – Sum Types Tutorial бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Designing with Types in Dart & Flutter – Sum Types Tutorial

📗 Learn from the written tutorial 👇👇
https://resocoder.com/dart-sum-types-...

👨‍💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz

Handling poorly documented edge cases is tough. Using nulls to represent "no value" and then having to check for nulls all over the place is bad. Remembering all the possible subtypes of a base class is hard. All in all, relying on you "remembering things" is a recipe for disaster.

That's why you should model your domain in such a way that wrongly written code doesn't even compile. That's right, you can actually prevent many run-time crashes and get notified about errors in the code editor before hitting the run button.

We're going to demonstrate all of the above by building a small part of a fake CRM (customer relationship management) responsible for sending out physical letters. We support only customers from the USA and from Canada. As you know, one component of a postal address is the state (e.g. Florida) for the US, or the province (e.g. Ontario) for Canada. It's precisely on the state or province, where you'll learn how to design with types.

We will move from the most naive (and sadly common) implementation to the most robust one. The robust implementation will require us to use some sort of a sum type (a.k.a. sealed classes in Kotlin or powerful enums in Swift).

Go to my website for more information, code examples, and articles:
● https://resocoder.com

Follow me on social media:
●   / resocoder  
●   / resocoder  
●   / resocoder  

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]