Results 1 to 7 of 7

Thread: Six ways to write more comprehensible code

  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Six ways to write more comprehensible code

    I just found this great little article today and have already put it into the Library, but it'll take some time to be added so I figured that I'd post it here.

    http://www.ibm.com/developerworks/li...1linuxcodetips
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2

    Six ways to write more comprehensible code

    Approved ( and others that I missed )
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  3. #3

    Six ways to write more comprehensible code

    Pretty good article. I've been doing something similar in my latest coding endeavors, and I haven't done the "// Now we're done." in forever now. (I always wondered why folks did that.)

  4. #4

    Six ways to write more comprehensible code

    why write maintainable when you can just as easily write a proper unmaintainable code? :twisted:
    http://thc.org/root/phun/unmaintain.html
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  5. #5

    Six ways to write more comprehensible code

    If the code was hard to write, it should be hard to understand .
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  6. #6

    Six ways to write more comprehensible code

    Heh, that's really funny, tanffn. Maybe we should have a Pascal Obfuscation Contest.

    However on a serious note, all software and hardware programmers and engineers should watch this video: David Pogue: When it comes to tech, simplicity sells.

  7. #7
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Six ways to write more comprehensible code

    Quote Originally Posted by savage
    If the code was hard to write, it should be hard to understand .
    Wasn't that a Linus Torvolds quote? :lol:
    Jason McMillen
    Pascal Game Development
    Co-Founder





Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •