Closed Thread
Results 1 to 2 of 2

Thread: Quality Coding vs. Quick Coding

  1. #1
    Kernel is offline RSS Feed Bot
    Join Date
    Sep 2006
    Posts
    2,105
    Rep Power
    34

    Quality Coding vs. Quick Coding

    Recently I needed to work on a Java coding project, which regular readers will know is not my favorite thing to do.



    More...

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Quality Coding vs. Quick Coding

    Weird, this started as a rant on the inadequacy of Java IDEs, and turned into a warning against the pitfalls of complacency with Visual Studio... not sure which he meant for it to be.

    As somebody who works with both RAD tools and non-RAD tools, I have to say I think many coders over-estimate the value of some of the RAD tools. I use Delphi/Lazarus rather than VS, but have found that RAD can really get you in trouble. Nothing screams amateur like having a beautiful form, and when your user resizes it, none of the components adjust to the new size. By contrast, when you have to hand code something (ASP/ColdFusion for me), you suddenly find yourself taking far less for granted.

    The thing I find most interesting is I use jEdit for much of my Delphi coding. Powerful regular expression support and improved syntax highlighting are far more valuable to me than Intellisense. I was shocked, recently, when I was helping a VB2008 coder and I discovered that VS2008 has limited support for regular expressions! When you can't effectively turn a few database columns into functioning code with ease, it gets frustrating.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need Help on php coding
    By Mastspace in forum PHP Development
    Replies: 5
    Last Post: 04-21-2010, 05:18 AM
  2. Coding Help
    By Hunter100 in forum JavaScript and CSS
    Replies: 4
    Last Post: 04-03-2010, 04:52 AM
  3. Coding an IRC# Bot, some help please :)
    By SgtPunishment in forum C# Programming
    Replies: 3
    Last Post: 03-27-2010, 10:14 AM
  4. Help with coding...C
    By nelsonboy in forum C and C++
    Replies: 13
    Last Post: 04-20-2009, 10:37 AM

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