Most important side of coding
-
Finally a reasonable answer :-D
-
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... }
-
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... }
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.
-
You get paid? :omg:
speramus in juniperus
Occasionally! :laugh:
The only instant messaging I do involves my middle finger.
-
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... }
It really depends on the project... you can't say exception handling is the most important when you're building an embedded device that does high speed data transfers (let's say RF processing), because then performance is most important... likewise, you can't say performance is most important when you're working on hospital equipment, where reliability and availability would be most important... or bank software where security would be most important. So they shift around...
-
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... }
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.
-
Yes but Cost is not a concern of developer
Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }
Since when? Cost influences everything we do: if it costs too much, it won't get done; it is comes in under budget we might get new toys. Or a pay rise.
The only instant messaging I do involves my middle finger.
-
Yes but Cost is not a concern of developer
Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }
Suvabrata Roy wrote:
Cost is not a concern of developer
One may say that is why there are so many failed projects - especially in Defence. Cost matters a great deal if you are self employed and working to a quote.
Peter Wasser Art is making something out of nothing and selling it. Frank Zappa
-
Great minds and all... :laugh:
It was broke, so I fixed it.
-
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
-
Great minds and all... :laugh:
It was broke, so I fixed it.
-
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.
Ya!!!!
Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }
-
:) :laugh: :) :laugh: :laugh: :laugh: :laugh:
Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }
-
Ya!!!!
Life is all about share and care... public class Life : ICareable,IShareable { // implements yours... }
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.
-
:java:
The difficult we do right away... ...the impossible takes slightly longer.
-
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... }
-
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... }
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
-
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... }
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
-
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... }
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
-
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
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... }