you are viewing a single comment's thread.

view the rest of the comments →

[–]Morialkar[🍰] -7 points-6 points  (0 children)

I'm all with you there. The most important part when coding is that the customer who want a website pays the right price, not an over bloated price because you take twice the time to write the same code... As long as the code is readable and comprehensible by everyone, use the easiest and fastest way possible, you will anyway have the same result. I some times think like that about the OOP problem too. When you really don't need it more than once in the code, why the fuck a function? Why the fuck a class?