I don't write code the way I used to - stitcher.io
I find myself liking a functional mindset more and more. It's just simpler. I find it comfortable to split data and functionality, to keep my code as flat as possible. I'm still using classes and objects and their internal state, but overall these objects are looking more and more like functions: data goes in, data comes out. That's it.
Aug 8, 2024, 07:33