@drusellers: You might want to watch this talk: https://www.youtube.com/watch?v=Tb823aqgX_0 It reminds me of you when you said you are still stuck in the C# world. Maybe it helps understanding data driven development a bit better.
@sveri HA! I just watched that yesterday - and it was a solid talk
so many good talks about game stuff, I’d love more biz stuff. :simple_smile:
@drusellers: I think the same applies for business stuff. The biggest enlightment I had when I learned about clojure was that, what I did all my life coding is just transforming date. Get some user input, transform it, store somewhere. Load some data, apply an algorithm (which is just a transformation too) and store it somewhere else.
it does, but the organization is typically different
games tend to have a clock and business apps tend not to