Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/25/05 23:29
Read: times


 
#95924 - Maintainable Vs Robust code
Responding to: ???'s previous message

"quality has to be designed in - not added as an afterthought" - maintainable code in our scope of discussion has nothing to do with open source etc but code written in a manner that is readable to the majority of skilled people and structured in a manner that makes it easy to modify and test.

Doing pointer checks, etc is another layer of thought for writing robust code. Maintainable != robust. You can have code that works and is robust but not necessarily maintainable - it could be total spaghetti code!

I would expect most skilled coders to use all techniques as a matter of course as part of their normal design process. Sure , we sometimes need to write some quick and dirty code to prove something - most people I know would make this code well structured and readable as a matter of course. In regards to the time involved to "add" maintainability and robustness - what you forget now costs more later.

Also, in my earlier reference to the code in fuel injection computers - they were written by humans in assembler - I wasn't trying to decode compiler code - I know what that looks like!



List of 55 messages in thread
TopicAuthorDate
finally the trade press recognizes            01/01/70 00:00      
   Amen            01/01/70 00:00      
   How many seniors write 'good' code?            01/01/70 00:00      
      I wonder            01/01/70 00:00      
         Definition of Good            01/01/70 00:00      
            Good            01/01/70 00:00      
      you are wrong            01/01/70 00:00      
         Still depends.            01/01/70 00:00      
         Strong words!!            01/01/70 00:00      
            Russell            01/01/70 00:00      
               this little quirk.            01/01/70 00:00      
                  if only            01/01/70 00:00      
                     Well            01/01/70 00:00      
                        correction            01/01/70 00:00      
                           Well then            01/01/70 00:00      
                              There's the crux            01/01/70 00:00      
                                 Niches            01/01/70 00:00      
                                 Oh, but yes!            01/01/70 00:00      
                                    no way            01/01/70 00:00      
                                       By whom then?            01/01/70 00:00      
                                          Bartosz, your ramblings are not about ma            01/01/70 00:00      
                                             And then            01/01/70 00:00      
                                                The issue discussed is not open or close            01/01/70 00:00      
                                                   Fair enough            01/01/70 00:00      
                                                   Mandatory?            01/01/70 00:00      
                                                      WGASA            01/01/70 00:00      
                                                         Closed source            01/01/70 00:00      
                                                            Yes.            01/01/70 00:00      
                                                      simple falsehood            01/01/70 00:00      
                                                         Not quite the same            01/01/70 00:00      
                                                            Oh, well            01/01/70 00:00      
                                                               Is that the point?            01/01/70 00:00      
                                          PHBs don't care            01/01/70 00:00      
                                             Worse            01/01/70 00:00      
            Pretty normal really...            01/01/70 00:00      
               Donald            01/01/70 00:00      
                  Whats the difference ?            01/01/70 00:00      
         Maintainable            01/01/70 00:00      
            Erik, You've yet to convince me!            01/01/70 00:00      
               I bid you peace            01/01/70 00:00      
               HLL perhaps?            01/01/70 00:00      
         Some code does not need to be maintained            01/01/70 00:00      
            oh it is            01/01/70 00:00      
               now..            01/01/70 00:00      
                  OOPS            01/01/70 00:00      
   re:trade press            01/01/70 00:00      
   an afterthought            01/01/70 00:00      
      Maintainability Vs functionability            01/01/70 00:00      
         Maint.vs functionality, design vs test            01/01/70 00:00      
            Design is not everything.            01/01/70 00:00      
               Maintainable Vs Robust code            01/01/70 00:00      
               maintainaibility is a cost saver            01/01/70 00:00      
   averagosity; job security; survivability            01/01/70 00:00      
      If bad code gives Job Security then Why?            01/01/70 00:00      
         neither have I            01/01/70 00:00      

Back to Subject List