• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

I think I am going to cry

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    Originally posted by suityou01 View Post
    It doesn't. It has to do with features of modern languages that I don't like.


    Sent from my iMinion using Tapatalk
    They aren't a modern idea.
    While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named 'Manual.'

    Comment


      #32
      Did I say they were? Or was I referring to them in the context of modern programming languages?


      Sent from my iMinion using Tapatalk
      Knock first as I might be balancing my chakras.

      Comment


        #33
        Originally posted by suityou01 View Post
        It doesn't. It has to do with features of modern languages that I don't like.


        Sent from my iMinion using Tapatalk
        What cleaner way would you implement, for example, callback handlers to be invoked when buttons are clicked? Just create top-level classes for them all?

        Not saying you shouldn't - I wouldn't though as you end up with all of these random classes that do random but specific things. I.e. lower cohesion than I'd like while not benefiting from any decoupling (as the callback handler code is so intimately related to the containing class that coupling isn't really an issue).

        Comment


          #34
          If you want a decent implementation of Java, why not just use C#
          Socialism is inseparably interwoven with totalitarianism and the abject worship of the state.

          No Socialist Government conducting the entire life and industry of the country could afford to allow free, sharp, or violently-worded expressions of public discontent.

          Comment


            #35
            Why does needing a named function immediately say to you you need to create a class? For event handlers you use delegates. Read up on the observer pattern. Or if your minestrone read up on interfaces first.


            Sent from my iMinion using Tapatalk
            Knock first as I might be balancing my chakras.

            Comment


              #36
              Originally posted by suityou01 View Post
              Or if your minestrone read up on interfaces first.
              If my minestrone is what? I prefer pea and ham.

              Comment


                #37
                Damn crapatalk


                Sent from my iMinion using Tapatalk
                Knock first as I might be balancing my chakras.

                Comment


                  #38
                  Originally posted by MicrosoftBob View Post
                  If you want a decent implementation of Java, why not just use C#
                  I agree. C# is my favourite language, although Java has so many "standard" libraries like Apache Commons.
                  Originally posted by MaryPoppins
                  I'd still not breastfeed a nazi
                  Originally posted by vetran
                  Urine is quite nourishing

                  Comment


                    #39
                    Originally posted by suityou01 View Post
                    Why does needing a named function immediately say to you you need to create a class? For event handlers you use delegates. Read up on the observer pattern. Or if your minestrone read up on interfaces first.


                    Sent from my iMinion using Tapatalk
                    That's fine if some objects just need to know, for example, that a button was clicked. But what if the clicking of the button means that something needs to happen on 3 different objects, in a specific order, with method invocation parametrisation dependant on the output of the previous method invocation? You need to write a handler somewhere to handle that specific button click?

                    Comment


                      #40
                      Originally posted by d000hg View Post
                      I agree. C# is my favourite language, although Java has so many "standard" libraries like Apache Commons.
                      Are you still stuck on a MS stack using Csharp? (my pound button isn't working) Or are those days gone?

                      Comment

                      Working...
                      X