Ask HN: Is the majority of modern web code object oriented
I have written mostly procedural code for myself on side projects but work in an Object Oriented code base for my full time job. I was just wondering if my day to day work is the standard, or my side projects.
2 comments
[ 3.1 ms ] story [ 12.4 ms ] threadLooking at github(http://githut.info/) it seems pretty evident that at the moment OO is leading. But I don't think there is a "right way", you should write code in what you are comfortable. Especially for you side projects.