Store-passing style

id: store-passing-style-267-14422079
title: Store-passing style
text: Store-passing style is a programming technique that is used to model mutable state without using mutable state. It generally arises in the conversion of imperative programs into purely functional ones. So, for instance, consider this JavaScript program, written in a non-store-passing-style: This contains a reference to a global variable. In store-passing style, the value of the global variable is passed along to each call, and also returned from each call and threaded through the next call. The
brand slug: wiki
category slug: encyclopedia
description: Programming technique
original url: https://en.wikipedia.org/wiki/Store-passing_style
date created:
date modified: 2023-04-13T13:01:57Z
main entity: {"identifier":"Q25344657","url":"https://www.wikidata.org/entity/Q25344657"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part