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

Скачать или смотреть 6. Pure Functions (Introduction to Functional Programming)

  • Ziverge
  • 2025-09-04
  • 2
6. Pure Functions (Introduction to Functional Programming)
  • ok logo

Скачать 6. Pure Functions (Introduction to Functional Programming) бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно 6. Pure Functions (Introduction to Functional Programming) или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку 6. Pure Functions (Introduction to Functional Programming) бесплатно в формате MP3:

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

Описание к видео 6. Pure Functions (Introduction to Functional Programming)

The next JIT nugget of background information we need to cover is the definition of a pure function.

A pure function is a function:

Whose only parameters from the outside world are the input parameters that are defined in its function signature.
- (I refer to the list of input parameters as a function’s front door.)
That does not modify those input parameters.
That does not modify other “hidden” variables that might be accessed through side doors, such as mutable variables in its class or any other global variables.
That does not communicate with the outside world. It has no I/O whatsoever: no file access, no internet access, no database access, no quantum entanglement, nothing.
That always returns the same output when its given the same input.
- For example, sum(2, 2) is always 4.
That returns output for all possible input values.
That does not throw exceptions.

Because of those last two attributes, FPers say that a function is total, meaning that it always returns a value.

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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