OP21 May, 2022 - 07:47 PM(This post was last modified: 21 May, 2022 - 07:50 PM by Infinimonster. Edited 3 times in total.)
Reply
Hello my friends, I want to hear you guys opinion.
@ANG just fell in love with OOP and i don't think OOP is the thing that should be used by anyone yet some guys still use this shit.
In this Thread i'll state my Points and hopefully get response back from dudes, which are like me and use Functional Programming over Object Orientated Programming.
1. elecance, simplicity, flexibility, readability, maintainability & structure are important but OOP fails to deliver them, in fact it provides just the illusion of these things. - it makes things worse 2. When using OOP you split your code to different small files in 99% of the cases. In my opinion everything should be clearly structured in one place as i don't want to jump around, trying to find things that may cause a issue i may be facing. In fact, i belive the code example of fuctional programming below is clearly structured, easy to maintain and just better than OOP:
ur opnion is stupid about OOP larger scale projects require OOP OOP is expected by buyers and used by thousands its there for a reason. OOP isnt split into many files I just made the exact same code as you without all the stupid arguments and other shit what ur doing is just dancing arround the fact that OOP is better and expected to be used professionally besides that for python its better for perfomance and bigger projects the garbage collecter will just cry if you continue to code like you do
ur opnion is stupid about OOP larger scale projects require OOP OOP is expected by buyers and used by thousands its there for a reason. OOP isnt split into many files I just made the exact same code as you without all the stupid arguments and other shit what ur doing is just dancing arround the fact that OOP is better and expected to be used professionally besides that for python its better for perfomance and bigger projects the garbage collecter will just cry if you continue to code like you do
I don't think it looks better on the screenshot you've attached. Even if you don't split your OOP Code in different files, i don't see the point for it. Yes, major companies use OOP but this don't mean that everyone should use it too.
ur opnion is stupid about OOP larger scale projects require OOP OOP is expected by buyers and used by thousands its there for a reason. OOP isnt split into many files I just made the exact same code as you without all the stupid arguments and other shit what ur doing is just dancing arround the fact that OOP is better and expected to be used professionally besides that for python its better for perfomance and bigger projects the garbage collecter will just cry if you continue to code like you do
I don't think it looks better on the screenshot you've attached. Even if you don't split your OOP Code in different files, i don't see the point for it. Yes, major companies use OOP but this don't mean that everyone should use it too.
u dont know shit yesterday u were just reading an article and sending that in SB OOP is object based this is object based why tf would i make multiple files for such little code yes i can make a new file for maybe a data class etc but that is not requited so u just wanna globalize every var and pass in as a argument no one cares abt what u like its just not good so stop making threads and bothering us if you wanna code unoptimzed and as a 5 yo kid that is one you. I cant say this enough start with OOP early so u dont end up like this clown.
(21 May, 2022 - 07:47 PM)Infinimonster Wrote: Show More
Hello my friends, I want to hear you guys opinion.
@ANG just fell in love with OOP and i don't think OOP is the thing that should be used by anyone yet some guys still use this shit.
In this Thread i'll state my Points and hopefully get response back from dudes, which are like me and use Functional Programming over Object Orientated Programming.
1. elecance, simplicity, flexibility, readability, maintainability & structure are important but OOP fails to deliver them, in fact it provides just the illusion of these things. - it makes things worse 2. When using OOP you split your code to different small files in 99% of the cases. In my opinion everything should be clearly structured in one place as i don't want to jump around, trying to find things that may cause a issue i may be facing. In fact, i belive the code example of fuctional programming below is clearly structured, easy to maintain and just better than OOP:
I'd rather split my code into several small files than into a big one with hundreds of lines imo it's easier to read.
(21 May, 2022 - 08:55 PM)Bloodhoundr Wrote: Show More
(21 May, 2022 - 07:47 PM)Infinimonster Wrote: Show More
Hello my friends, I want to hear you guys opinion.
@ANG just fell in love with OOP and i don't think OOP is the thing that should be used by anyone yet some guys still use this shit.
In this Thread i'll state my Points and hopefully get response back from dudes, which are like me and use Functional Programming over Object Orientated Programming.
1. elecance, simplicity, flexibility, readability, maintainability & structure are important but OOP fails to deliver them, in fact it provides just the illusion of these things. - it makes things worse 2. When using OOP you split your code to different small files in 99% of the cases. In my opinion everything should be clearly structured in one place as i don't want to jump around, trying to find things that may cause a issue i may be facing. In fact, i belive the code example of fuctional programming below is clearly structured, easy to maintain and just better than OOP:
I'd rather split my code into several small files than into a big one with hundreds of lines imo it's easier to read.
You can also split it on different files without using OOP