all 3 comments

[–][deleted] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (1 child)

I too am a fan of functional over object oriented programming.

I don't know how common this still is but once upon a time all the "c++" code for Windows was just C with an OOP wrapper to call it C++. I used to see a lot of that.

[–]bobbobbybob 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

i learnt to code with fortran, C and IDL. (interactive data language).

I teach oop now, for arduinos, and a bit of python, but use it like C if I can. all this class bollocks requires more planning than the simpler C version, imo, and debugging is hell, no matter what language

[–]filbs111 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

you forgot to add tests