Mostrando 6 de 22 resultados
-
functionaltransducers
Exploring transducers in functional programming for efficient data transformation pipelines without creating intermediate values
#declarative #Pure functions #Inmutable #currying #functors #transducers -
design patternstesting prototype inheritance
Exploring prototype inheritance in JavaScript using the call method to inherit properties and methods between objects and functions
#design patterns #prototype #inheritance -
design patternsMixins
Understanding mixins in JavaScript as a solution for multi-inheritance, including delegation, concatenative, and functional inheritance patterns
#design patterns #mixins #functional mixins #inherence -
javascriptGlobal variables are bad
Exploring the dangers of global variables in JavaScript, including scope pollution, concurrency issues, and best practices for variable declaration
#javascript #globals -
javascriptstatement branching Vs micro-branching
Comparing traditional statement branching with micro-branching techniques in JavaScript for more maintainable and functional code
#statement brnaching #micro-branching strategies -
javascriptLexical and Dynamic scope
Understanding lexical and dynamic scoping in JavaScript, including the eval keyword and its performance implications
#scope #eval #javascript #declarative