Results 1 to 10 of 24

Thread: Article: Why Code Readability Matters

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I don't think I quite folow what you wanna say.

  2. #2
    These days follow code conventions is just a obligation. People just not accept non-standard code anymore.
    I believe the next step to code quality is to focus in a reusable design and eliminate redundancies. Today I see in many production projects redundant code in many levels - some people make ctrl+c and ctrl+v in many lines of code or even a entire unit to make a new form looks like the other.
    Another problem is bad design - giant functions that do many things and are completely specialized and not-reusable.
    Unnecessary coupling is very common in Delphi - specializing units that could be more generic and reusable.

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
  •