Comment by kjkjadksj

Comment by kjkjadksj a day ago

0 replies

Working with python for a while and I still don’t bother with classes. Only when I “borrow” other code do I mess with them. It just seems like a flowery way to organize functions. I prefer to just write the functions. Maybe its because my first languages lacked classes that I don’t much like to reach for them.

I don’t even like loops and prefer to functionalize them and run in parallel if sensible.

I know this makes me a bit of a python heathen but my code runs fast as a result.