Mostrando 6 de 22 resultados
-
functionaltransducers
· 1 min de lecturaExploring transducers in functional programming for efficient data transformation pipelines without creating intermediate values
#declarative #Pure functions #Inmutable #currying #functors #transducers -
design patternstesting prototype inheritance
· 1 min de lecturaExploring prototype inheritance in JavaScript using the call method to inherit properties and methods between objects and functions
#design patterns #prototype #inheritance -
design patternsMixins
· 1 min de lecturaUnderstanding 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
· 1 min de lecturaExploring the dangers of global variables in JavaScript, including scope pollution, concurrency issues, and best practices for variable declaration
#javascript #globals -
javascript functionalstatement branching Vs micro-branching
· 1 min de lecturaComparing traditional statement branching with micro-branching techniques in JavaScript for more maintainable and functional code
#statement brnaching #micro-branching strategies -
javascriptLexical and Dynamic scope
· 1 min de lecturaUnderstanding lexical and dynamic scoping in JavaScript, including the eval keyword and its performance implications
#scope #eval #javascript #declarative