Search
Explore the complete collection of articles about technology, development and design.
Mostrando 10 de 10 resultados para javascript
- functional
Memoize
A more function memoizer
#declarative #Pure functions #Inmutable #currying #functors - functional
Hindley-Milner notation
Understanding Hindley-Milner type notation in functional programming for expressing function signatures and type relationships
#declarative #Pure functions #Inmutable #currying #Hindley-Milner - functional
combinators
Understanding combinators in functional programming as higher-order pure functions for composing and controlling program flow
#declarative #Pure functions #Inmutable #currying #combinator - functional
programming functors
Understanding functors as a design pattern for safely manipulating wrapped values in functional programming
#declarative #Pure functions #Inmutable #currying - design patterns
Mixins
Understanding mixins in JavaScript as a solution for multi-inheritance, including delegation, concatenative, and functional inheritance patterns
#design patterns #mixins #functional mixins #inherence - javascript
Global variables are bad
Exploring the dangers of global variables in JavaScript, including scope pollution, concurrency issues, and best practices for variable declaration
#javascript #globals - javascript
Lexical and Dynamic scope
Understanding lexical and dynamic scoping in JavaScript, including the eval keyword and its performance implications
#scope #eval #javascript #declarative - design patterns
IIFE
Understanding Immediately Invoked Function Expressions (IIFE) in JavaScript and their use in preventing global scope pollution
#design patterns #IIFE - javascript
Object attribute properties
Exploring JavaScript object property attributes including value, configurable, enumerable, and writable flags
#javascript #object properties - functional
functional programming
An introduction to functional programming concepts including declarative programming, pure functions, immutability, and currying
#declarative #Pure functions #Inmutable #currying