Reduce System Complexity w/ Data-Oriented Programming in 8 Minutes • Yehonathan Sharvit • GOTO 2023

This presentation was recorded at GOTO Aarhus 2023. #GOTOcon #GOTOaar Yehonathan Sharvit - Author of Data-Oriented programming @viebel Check out the full talk: RESOURCES ABSTRACT Complexity is one of the main difficulties in the development of successful software systems. Modern programming languages and frameworks make it easy to develop and deploy our code quickly, but as the code base grows, complexity makes it challenging to add new features. Data-Oriented programming is a paradigm that aims at reducing the complexity of information systems such as back-end applications, web services, web workers, and front-end applications by rethinking data. Data-Oriented programming treats data as an immutable value that is manipulated by general-purpose functions. Moreover, data is validated à la carte. In this talk, we illustrate the principles of Data-Oriented programming in the context of a software production system. After attending this talk, you will be able to apply Data-Oriented programming principles in your preferred programming language and reduce the complexity of the systems you build. Takeaways • Apply Data-Oriented Programming principles in your preferred programming language • Apply data validation techniques without using static types • Represent data with immutable data structures • Manipulate data with generic functions [...] Read the full abstract here: RECOMMENDED BOOKS Yehonathan Sharvit • Data-Oriented Programming • Yehonathan Sharvit • The Clojure Workshop • #Complexity #DataOriented #DataOrientedProgramming #Programming #SoftwareEngineering #YehonathanSharvit #Viebel #Immutability #Clojure Looking for a unique learning experience? Attend the next GOTO conference near you! Get your ticket at Sign up for updates and specials at SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
В начало