component

sveri 2016-01-07T08:46:06.000087Z

@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.

2016-01-07T13:47:11.000088Z

@sveri HA! I just watched that yesterday - and it was a solid talk

2016-01-07T13:47:25.000089Z

so many good talks about game stuff, I’d love more biz stuff. :simple_smile:

sveri 2016-01-07T17:11:35.000090Z

@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.

2016-01-07T22:44:30.000091Z

it does, but the organization is typically different

2016-01-07T22:44:42.000092Z

games tend to have a clock and business apps tend not to