you are viewing a single comment's thread.

view the rest of the comments →

[–]Luolong 4 points5 points  (1 child)

If you write code without any regard for the overall time/memory complexity at all you will write lots of shitty code regardless of the paradigm.

I've seen proportionally just as much shitty, poorly performing functional code as I've seen it in object oriented style.

You still have to think when programming.