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
  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 0 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.
  • S Offline
    S Offline
    Suvabrata Roy 0
    wrote on last edited by
    #1

    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... }

    Richard Andrew x64R R L N OriginalGriffO 30 Replies 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... }

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #2

      :java:

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

      S S S 3 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
        Suvabrata Roy 0
        wrote on last edited by
        #3

        :thumbsup:

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

        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... }

          R Offline
          R Offline
          Ravi Bhavnani
          wrote on last edited by
          #4

          If I was forced to choose one, I'd select #2.  In reality, all are important.  I would however replace "Exception handling" with "Error handling". /ravi

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

          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
            #5

            Suvabrata Roy wrote:

            1. Exception Handling
            2. Reliability
            3. Availability
            4. Performance
            5. Security

            Odd. I would think functionality is the most important. Code is useless to the end user if it does not do actually do the functional intention the user was expected. But hey, "Its still running!"

            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 1 Reply Last reply
            0
            • R Ravi Bhavnani

              If I was forced to choose one, I'd select #2.  In reality, all are important.  I would however replace "Exception handling" with "Error handling". /ravi

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

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

              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... }

              M R 2 Replies 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... }

                N Offline
                N Offline
                Nagy Vilmos
                wrote on last edited by
                #7

                All the above are handled by one point - Fit For Purpose Simples.

                speramus in juniperus

                S 1 Reply Last reply
                0
                • N Nagy Vilmos

                  All the above are handled by one point - Fit For Purpose Simples.

                  speramus in juniperus

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

                  Perfect... :thumbsup:

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

                  1 Reply Last reply
                  0
                  • L Lost User

                    Suvabrata Roy wrote:

                    1. Exception Handling
                    2. Reliability
                    3. Availability
                    4. Performance
                    5. Security

                    Odd. I would think functionality is the most important. Code is useless to the end user if it does not do actually do the functional intention the user was expected. But hey, "Its still running!"

                    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
                    #9

                    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... }

                    L R R 3 Replies 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... }

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

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

                      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

                      S N R S 4 Replies 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... }

                        Mike HankeyM Offline
                        Mike HankeyM Offline
                        Mike Hankey
                        wrote on last edited by
                        #11

                        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

                        S L 2 Replies Last reply
                        0
                        • 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

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

                          Yes but Cost is not a concern of developer

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

                          OriginalGriffO L 2 Replies 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.

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

                            Wow... :)

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

                            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... }

                              M Offline
                              M Offline
                              Marco Bertschi
                              wrote on last edited by
                              #14

                              Suvabrata Roy wrote:

                              In my understanding what ever is thrown by CLR is Exception.

                              I'd rather say that an Exception is caused by an error.

                              You know the world is going crazy when the best rapper is a white guy, the best golfer is a black guy, the tallest guy in the NBA is Chinese, the Swiss hold the America's Cup, France is accusing the U.S. of arrogance, Germany doesn't want to go to war, and the three most powerful men in America are named "Bush", "Dick", and "Colon."

                              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... }

                                C Offline
                                C Offline
                                CPallini
                                wrote on last edited by
                                #15

                                Fun.

                                Veni, vidi, vici.

                                N S 2 Replies 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.

                                  N Offline
                                  N Offline
                                  Nagy Vilmos
                                  wrote on last edited by
                                  #16

                                  You get paid? :omg:

                                  speramus in juniperus

                                  OriginalGriffO 1 Reply Last reply
                                  0
                                  • C CPallini

                                    Fun.

                                    Veni, vidi, vici.

                                    N Offline
                                    N Offline
                                    Nemanja Trifunovic
                                    wrote on last edited by
                                    #17

                                    Finally a reasonable answer :-D

                                    utf8-cpp

                                    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
                                      #18

                                      6. Getting paid.

                                      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... }

                                        S Offline
                                        S Offline
                                        S Houghtelin
                                        wrote on last edited by
                                        #19

                                        Getting paid... I wouldn't do it otherwise. Don't get me wrong I enjoy coding but after 8 hours a day I don't look at any code after hours. I see Griff already had payment on his list. That's how important it is to coding.

                                        It was broke, so I fixed it.

                                        B 1 Reply Last reply
                                        0
                                        • N Nagy Vilmos

                                          You get paid? :omg:

                                          speramus in juniperus

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

                                          Occasionally! :laugh:

                                          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

                                          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