aeris22’s avataraeris22’s Twitter Archive—№ 36,692

  1. …in reply to @kaepora
    @kaepora Not if bad part subsets are just a no-go for any simple program >< This simple hello-word is just terrific to do correctly in C#.
    1. …in reply to @aeris22
      @kaepora Basic concepts of POO (inheritance, method resolution, polymorphism…) are just throw away in C#. Leading to real problem in prog.
      1. …in reply to @aeris22
        @kaepora I already made some huge programs in C#. Having to redefine all concept of the language first or tons of DLL proxies/interface […]
        1. …in reply to @aeris22
          @kaepora to limit C# bad behaviour and be able to write sane code without manual type checking and cast everywhere in the code.