topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 9:33 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: What kinds of programs can be coded in a few hours? READ IN  (Read 7491 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
This question is going to be hard to answer, and i suspect that many non-programmers will have a hard time figuring out what would be a reasonable request.

Let me try to give some thoughts, and anyone else can jump in and offer their 2 cents.

A commandline tool without a graphical user interface, is always going to be much faster to code, plus they are more easily coded in any language and easier to make cross platform compatible.

Certain programming languages are more suitable than others for very rapid development.  So-called RAD tools like delphi, visual basic are going to be well suited for coding GUI apps very rapidly.  Scripting languages like perl and python are also good candidates for rapidly coding powerful small programs (though less suitable for gui stuff).  Such tools can make it possible to code programs that need to do things like connect to the web, using libraries and components.

A major issue that will affect whether a request can be coded quickly will be the extent to which the programmer already has some partial code that does some part of the request.

In short, the best approach is to think small, and expect that the coder may have to make some compromises and refine your suggestions to narrow the scope of the program to something that is achievable in a short timeframe.