Procedural vs oop programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Klen
    • Aug 2006
    • 32235

    #1

    Procedural vs oop programming

    Which one you use and why?
  • k0nr4d
    Confirmed User
    • Aug 2006
    • 9231

    #2
    Both but mostly procedural, because it's easier for clients to follow when they want to make minor changes themselves without actually knowing PHP.
    Mechanical Bunny Media
    Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

    Comment

    • Ferus
      Bye - Left to do stuff
      • Feb 2013
      • 4108

      #3
      95% oop for C#

      Comment

      • Klen
        • Aug 2006
        • 32235

        #4
        Originally posted by Ferus
        95% oop for C#
        I am quite sure how oop is only way to do it in c#,unless dude which was holding a class about it was deliberately showing only oop way

        Comment

        • editeur
          Confirmed User
          • Nov 2013
          • 252

          #5
          I write in Erlang and use functional one.
          There's not much difference between OOP and procedure, both are imperative and both work with mutable data.
          BossTDS - Traffic Distribution System

          Comment

          • Ferus
            Bye - Left to do stuff
            • Feb 2013
            • 4108

            #6
            Originally posted by KlenTelaris
            I am quite sure how oop is only way to do it in c#,unless dude which was holding a class about it was deliberately showing only oop way
            You can write C# without using the OOP thought or design.

            A language in itself is not OOP, its how you use it. A "modelling approach" so to speak

            Comment

            • Ferus
              Bye - Left to do stuff
              • Feb 2013
              • 4108

              #7
              Originally posted by editeur
              I write in Erlang ....
              Phone hacker? 2600?

              Comment

              • Klen
                • Aug 2006
                • 32235

                #8
                Originally posted by Ferus
                You can write C# without using the OOP thought or design.

                A language in itself is not OOP, its how you use it. A "modelling approach" so to speak
                Good to know that.

                Comment

                • symtab
                  Confirmed User
                  • Nov 2009
                  • 415

                  #9
                  I prefer oop (easier to maintain, easier to extend) in PHP. I however dont like the new style with namespaces and where evertyhing is a object (its really slow compared to classic oop/procedural).
                  Adult Scripts: Adult Script Pro 3.4.0 - Adult Search Script 3.8.0
                  Adult Traffic: Plug Rush - ExoClick

                  Comment

                  • michael.kickass
                    Too lazy to set a custom title
                    • Mar 2009
                    • 11039

                    #10
                    It depends on the problem but clearly oop is the common choice.
                    NICERATIOS - $30 PPS - 50% Rev Share - 5% WM Referral - High Converting Sites!
                    Any questions about your NICERATIOS account? Vanessa will take care of you: [email protected]

                    Looking to expand your business in general, maybe sell your sites? Contact me:
                    [email protected]

                    Comment

                    • CurrentlySober
                      Too lazy to wipe my ass
                      • Aug 2002
                      • 38945

                      #11
                      I prefer poop programming over Procedural...


                      👁️ 👍️ 💩

                      Comment

                      • Klen
                        • Aug 2006
                        • 32235

                        #12
                        Originally posted by michael.kickass
                        It depends on the problem but clearly oop is the common choice.
                        Yes it depend on problem and needs.Dont see point of using oop if you just want to print hello world.

                        Comment

                        • Klen
                          • Aug 2006
                          • 32235

                          #13
                          Bump for more programmers

                          Comment

                          • sarettah
                            see you later, I'm gone
                            • Oct 2002
                            • 14298

                            #14
                            I've done lots of oops programming.

                            Oops, forgot the semicolon. Oops, forgot the bracket. Oops, gonna need an admin panel for that, aren't we. Oops, sorry I wiped out the database, but it's a whole lot cleaner now, don't you think.

                            When I was in the military I was involved in one program where we went Oops, there goes the Chinese Embassy.

                            I've been doing exclusively Oops programming since I started in on this shit and that is a long, long time ago. Figure I'll probably be doing Oops programming till the day I die.

                            ;p

                            .
                            All cookies cleared!

                            Comment

                            • ianlester
                              Confirmed User
                              • Sep 2007
                              • 207

                              #15
                              It depends on the size of the project imo.

                              If it's really small then procedural makes a lot of sense. It's quicker to code in most cases & as k0nr4d said easier for non-programmers to edit.

                              However, as the scope & size of the project increases, you will find OOP to be much more efficient. Especially when you have multiple programmers working on the same code base.
                              Adnium - CPMv Adnetwork

                              Comment

                              Working...