Mountain West JavaScript 2014 - Be Predictable, Not Correct. by Pete Hunt

added by JavaScript Kicks
9/16/2014 3:15:17 PM

176 Views

Functional programming is a great way of managing complexity in user interfaces. User interfaces are very difficult to build due to the difficulty in determining if they're "correct" or not. In this talk I'll go into some ways that functional programming techniques like referential transparency and immutability can lead to easier-to-build user interfaces.


0 comments