Fork me on GitHub
#clojure-sanfrancisco
<
2016-12-17
>
Gabriel04:12:05

@sventechie -- somewhat similar situation, definitely missing clojure a lot. do you find that you eventually got used to procedural programming again though? OO is feeling quite confusing and hard to grasp still for me. oh well 🙂

sventechie20:12:27

@lewis I still understand it, but I view most of it kind of how I’d view an oldschool BASIC program with line number references. It feels pointlessly old-fashioned to be mutating variables all over the place. Instead I try to make all data in and out of a function explicit.

sventechie20:12:15

I try to remove all unnecessary state from objects. Debugging mutations feels like a huge waste of time after becoming used to Clojure’s defaults.