Tag: Higher-Order Functions
All the articles with the tag "Higher-Order Functions".
- Featured
Six Functional Patterns to Stop Writing Java in JavaScript
Six concrete moves that turn functional thinking into TypeScript you can ship on Monday — pipelines over loops, expressions over statements, immutable updates, higher-order functions, composition, and closures over classes — refactored on a real orders view.
- Featured
Your Functions Aren't Functions: Why JavaScript Punishes Your Java Habits
The word 'function' means two different things, and the one you learned in Java is the one TypeScript keeps punishing. A pragmatic case for thinking in equations, not recipes.