5

I don't like classes and I will fight anyone that over uses them for no logical reason what so ever !! 😐

Comments
  • 1
    You don't have much of an option with languages like Java
  • 0
    @jirehstudios Yeah i think I could have been more open I was talking about python classes sorry for not mentioning it.
  • 2
    Alright, I'll bite. Why? And in what context? Like, give me an example where you disapproved of the use of a class.
  • 1
    @Marnsghol . Let's try a very very simple task to do . Let's try writing a program that plots multiple pixels on screen using pyagme or matplotlib (since u mentioned Python) now the program should be able to change positions of pixels by dragging them, select individual pixels and highlight them and change colors of individual pixels. This is not any dummy program it is the base all 3d , 2d game engines . Drawing packages like inkscape , gimp , Photoshop. Now can u see why we cannot do that without classes or something of similar nature
  • 1
    @Marsghol I realised u said 'over using classes' which I missed, ur comment is then valid β˜Ίβ˜Ίβ˜ΊπŸ‘
  • 0
    @anekix Yeah there are many times I need to use classes too for example doing a multi windowed gui program it's a must but when people start. Using classes like functions it's just ugly 😁
Add Comment