Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. Most important side of coding

Most important side of coding

Scheduled Pinned Locked Moved The Lounge
securityperformance
99 Posts 37 Posters 9 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Mike HankeyM Mike Hankey

    If you're looking at is as a developer all are important on the management side there are only two factors that are important; 1. Cost 2. Delivered on time

    VS2010/Atmel Studio 6.1 ToDo Manager Extension The problem with the gene pool is that there is no lifeguard. -Steven Wright

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #26

    And I would add: Does what it is supposed to.

    Peter Wasser Art is making something out of nothing and selling it. Frank Zappa

    1 Reply Last reply
    0
    • S S Houghtelin

      Great minds and all... :laugh:

      It was broke, so I fixed it.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #27

      Looks like we were typing at the same time.

      1 Reply Last reply
      0
      • L Lost User

        Suvabrata Roy wrote:

        Yes, but functionality is the most basic requirement without which you cant proceed but which ever point I have mentioned those are you may or may not.

        :laugh: :laugh: :laugh: Oh. You were serious. :|

        Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet. The interesting thing about software is it can not reproduce, until it can.

        S Offline
        S Offline
        Suvabrata Roy 0
        wrote on last edited by
        #28

        Ya!!!!

        Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

        L 1 Reply Last reply
        0
        • CPalliniC CPallini

          Fun.

          Veni, vidi, vici.

          S Offline
          S Offline
          Suvabrata Roy 0
          wrote on last edited by
          #29

          :) :laugh: :) :laugh: :laugh: :laugh: :laugh:

          Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

          1 Reply Last reply
          0
          • S Suvabrata Roy 0

            Ya!!!!

            Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #30

            Suvabrata Roy wrote:

            Ya!!!!

            There are some project managers and sales people I would like to introduce you to :) But seriously, functionality is not a given. As others pointed out "Requirements", are important. With out them I can give you what you want always, as it is my opinion of what you want. Of course when you receive it you inform me that is not what you meant. Great! Can I have your requirements of what you want? Oh you know what I want. No, really I don not. Please tell me. OK, I want it to do A then B. 3 months later.... Ok Here it is A then B. Ah, but it is doing C. Its not suppose to do C. You didn't say that. Well I figured you knew that it can not do C. 3 months later.... OK here it is A then B and not C. Ahhh. You did not do B.2 you did B.1 :mad:

            Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet. The interesting thing about software is it can not reproduce, until it can.

            W B 2 Replies Last reply
            0
            • Richard Andrew x64R Richard Andrew x64

              :java:

              The difficult we do right away... ...the impossible takes slightly longer.

              S Offline
              S Offline
              Silvabolt
              wrote on last edited by
              #31

              +:java: in afternoon.

              1 Reply Last reply
              0
              • S Suvabrata Roy 0

                Hi Geeks, Which part is the most important part in prospect of a coding. 1. Exception Handling 2. Reliability 3. Availability 4. Performance 5. Security You can chose multiple but you should assign them as priority.

                Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #32

                It depends.

                S 1 Reply Last reply
                0
                • S Suvabrata Roy 0

                  Hi Geeks, Which part is the most important part in prospect of a coding. 1. Exception Handling 2. Reliability 3. Availability 4. Performance 5. Security You can chose multiple but you should assign them as priority.

                  Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #33

                  Suvabrata Roy wrote:

                  Which part is the most important part in prospect of a coding.

                  Architecture. Because from a good architecture, the 5 things you listed are a lot easier to deal with. Marc

                  Unit Testing Succinctly

                  S 1 Reply Last reply
                  0
                  • S Suvabrata Roy 0

                    Ok Nice one but how you segregate an Exception from an Error. In my understanding what ever is thrown by CLR is Exception. If Coder misplace logic that's an error.

                    Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                    RaviBeeR Offline
                    RaviBeeR Offline
                    RaviBee
                    wrote on last edited by
                    #34

                    Catching exceptions is only aspect of error handling.  There are several other aspects such as logging and state rollback. /ravi

                    My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                    1 Reply Last reply
                    0
                    • S Suvabrata Roy 0

                      Yes, but functionality is the most basic requirement without which you cant proceed but which ever point I have mentioned those are you may or may not.

                      Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                      RaviBeeR Offline
                      RaviBeeR Offline
                      RaviBee
                      wrote on last edited by
                      #35

                      Suvabrata Roy wrote:

                      Yes, but functionality is the most basic requirement

                      In (my) reality, prioritizing functionality is probably the key aspect of delivering a software product. /ravi

                      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                      1 Reply Last reply
                      0
                      • M Marc Clifton

                        Suvabrata Roy wrote:

                        Which part is the most important part in prospect of a coding.

                        Architecture. Because from a good architecture, the 5 things you listed are a lot easier to deal with. Marc

                        Unit Testing Succinctly

                        S Offline
                        S Offline
                        Suvabrata Roy 0
                        wrote on last edited by
                        #36

                        Yes absolutely rite but which we should use while development whit out client's requirement just to ensure standers.

                        Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                        M 1 Reply Last reply
                        0
                        • OriginalGriffO OriginalGriff

                          0. Bacon 1. Coffee 2. Specification 3. Design 4. Payment

                          The only instant messaging I do involves my middle finger.

                          RaviBeeR Offline
                          RaviBeeR Offline
                          RaviBee
                          wrote on last edited by
                          #37

                          I respectfully request replacing "Bacon" with "Bacon or ham". /ravi

                          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                          OriginalGriffO 1 Reply Last reply
                          0
                          • L Lost User

                            It depends.

                            S Offline
                            S Offline
                            Suvabrata Roy 0
                            wrote on last edited by
                            #38

                            Just to maintain standers not depending on requirement...

                            Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                            L 1 Reply Last reply
                            0
                            • S Suvabrata Roy 0

                              Just to maintain standers not depending on requirement...

                              Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                              L Offline
                              L Offline
                              Lost User
                              wrote on last edited by
                              #39

                              Suvabrata Roy wrote:

                              standers

                              What do you mean?

                              S 1 Reply Last reply
                              0
                              • S Suvabrata Roy 0

                                Hi Geeks, Which part is the most important part in prospect of a coding. 1. Exception Handling 2. Reliability 3. Availability 4. Performance 5. Security You can chose multiple but you should assign them as priority.

                                Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                                L Offline
                                L Offline
                                Lost User
                                wrote on last edited by
                                #40

                                1. Doing stuff. 2. Going to the pub Not necessarily in that otder. hic!

                                Veni, vidi, abiit domum

                                S 1 Reply Last reply
                                0
                                • RaviBeeR RaviBee

                                  I respectfully request replacing "Bacon" with "Bacon or ham". /ravi

                                  My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                                  OriginalGriffO Offline
                                  OriginalGriffO Offline
                                  OriginalGriff
                                  wrote on last edited by
                                  #41

                                  Sorry, but...a "Ham Sandwich" is just "lunch". A "Bacon Butty" is a Meal!

                                  The only instant messaging I do involves my middle finger.

                                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                  RaviBeeR 1 Reply Last reply
                                  0
                                  • OriginalGriffO OriginalGriff

                                    Sorry, but...a "Ham Sandwich" is just "lunch". A "Bacon Butty" is a Meal!

                                    The only instant messaging I do involves my middle finger.

                                    RaviBeeR Offline
                                    RaviBeeR Offline
                                    RaviBee
                                    wrote on last edited by
                                    #42

                                    OriginalGriff wrote:

                                    A "Bacon Butty" is a Meal!

                                    A rasher statement I haven't heard. /ravi

                                    My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                                    B 1 Reply Last reply
                                    0
                                    • S Suvabrata Roy 0

                                      Yes absolutely rite but which we should use while development whit out client's requirement just to ensure standers.

                                      Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                                      M Offline
                                      M Offline
                                      Marc Clifton
                                      wrote on last edited by
                                      #43

                                      Suvabrata Roy wrote:

                                      Yes absolutely rite but which we should use while development whit out client's requirement just to ensure standers.

                                      Well, unfortunately, it's another item not on your list. "Testing!" Marc

                                      Unit Testing Succinctly

                                      1 Reply Last reply
                                      0
                                      • S Suvabrata Roy 0

                                        Hi Geeks, Which part is the most important part in prospect of a coding. 1. Exception Handling 2. Reliability 3. Availability 4. Performance 5. Security You can chose multiple but you should assign them as priority.

                                        Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }

                                        J Offline
                                        J Offline
                                        Joe Woodbury
                                        wrote on last edited by
                                        #44

                                        The most important is: Does it solve the problem? In the end, nothing else matters.

                                        S 1 Reply Last reply
                                        0
                                        • RaviBeeR RaviBee

                                          OriginalGriff wrote:

                                          A "Bacon Butty" is a Meal!

                                          A rasher statement I haven't heard. /ravi

                                          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                                          B Offline
                                          B Offline
                                          Big Daddy Farang
                                          wrote on last edited by
                                          #45

                                          Brilliant!

                                          BDF The internet makes dumb people dumber and clever people cleverer. -- PaulowniaK

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups